zikula/core

Consider event for renaming users

Guite opened this issue · 3 comments

Guite commented

Some vendor-oriented concepts are based on user names instead of user IDs (e.g. Loggable behaviour). Hence, it would be useful if an extension could react on a changed user name. Therefore this issue proposes introducing a new event that communicates the user ID, the old user name and the new user name, so subscribers can execute subsequent actions.

There are already more generic versions:

  • UserEntityChangedEvent
  • ActiveUserPostUpdatedEvent
Guite commented

You are right. Please leave this issue open though. Assigning to myself.

Guite commented

Close in favour of Guite/MostGenerator#1251