Event
Table of Contents
Classes
- AbstractConfirmedEvent
- A confirmation notification when an login/logout action has successfully arrived at the plugin, via the view and the controller, multiple
information can be overridden in Event Listeners.
- BeforeRedirectEvent
- Notification before a redirect is made, which also allows to modify
the actual redirect URL. Setting the redirect to an empty string
will avoid triggering a redirect.
- LoginConfirmedEvent
- A notification when a log in has successfully arrived at the plugin, via the view and the controller, multiple
information can be overridden in Event Listeners.
- LoginErrorOccurredEvent
- A notification if something went wrong while trying to log in a user.
- LogoutConfirmedEvent
- A notification when a log out has successfully arrived at the plugin, via the view and the controller, multiple
information can be overridden in Event Listeners.
- ModifyLoginFormViewEvent
- Allows to inject custom variables into the login form.
- PasswordChangeEvent
- Informal event that contains information about the password which was set, and is about to be stored in the database.
- ProcessRequestTokenListener
- Process request token.
- SendRecoveryEmailEvent
- Event that contains the email to be sent to the user when they request a new password.