Reference

User events

Events in the user group. A plugin in core/plugins/user/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.

user.onAfterDeleteGroup

No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.

Listeners:

user.onAfterDeletePassword

Fired from:

Listeners:

user.onAfterDeleteProfile

Fired from:

Listeners:

user.onAfterDeleteUser

No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.

Listeners:

user.onAfterStoreGroup

Fired from:

Listeners:

user.onAfterStorePassword

Fired from:

Listeners:

user.onAfterStoreProfile

Fired from:

Listeners:

user.onAfterStoreUser

Fired from:

Listeners:

user.onBeforeStoreUser

Fired from:

No plugin in the source tree listens for this event.

user.onLoginUser

No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.

Listeners:

user.onLogoutUser

No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.

Listeners:

user.onUserAfterDelete

Fired from:

Listeners:

user.onUserAfterDeleteGroup

Fired from:

No plugin in the source tree listens for this event.

user.onUserAfterSave

Fired from:

Listeners:

user.onUserAfterSaveProfile

Fired from:

No plugin in the source tree listens for this event.

user.onUserAuthorisation

Fired from:

No plugin in the source tree listens for this event.

user.onUserAuthorisationFailure

Fired from:

No plugin in the source tree listens for this event.

user.onUserBeforeDelete

Fired from:

No plugin in the source tree listens for this event.

user.onUserBeforeDeleteGroup

Fired from:

No plugin in the source tree listens for this event.

user.onUserBeforeSave

Fired from:

Listeners:

user.onUserBeforeSaveProfile

Fired from:

No plugin in the source tree listens for this event.

user.onUserDeidentify

Fired from:

Listeners:

user.onUserLogin

Fired from:

Listeners:

user.onUserLoginFailure

Fired from:

Listeners:

user.onUserLogout

Fired from:

Listeners:

user.onUserLogoutFailure

Fired from:

No plugin in the source tree listens for this event.

Generated from the source tree.