TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _psr14events:
|
||||
|
||||
=============
|
||||
PSR-14 events
|
||||
=============
|
||||
|
||||
The following PSR-14 events are available to extend the extension:
|
||||
|
||||
AfterUserLoggedInEvent
|
||||
======================
|
||||
|
||||
Trigger any kind of action when a frontend user has been successfully logged in.
|
||||
:ref:`More details <t3coreapi:AfterUserLoggedInEvent>`
|
||||
|
||||
BeforeRedirectEvent
|
||||
===================
|
||||
|
||||
Notification before a redirect is made.
|
||||
:ref:`More details <t3coreapi:BeforeRedirectEvent>`
|
||||
|
||||
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. :ref:`More details <t3coreapi:LoginConfirmedEvent>`
|
||||
|
||||
LoginErrorOccurredEvent
|
||||
=======================
|
||||
|
||||
A notification if something went wrong while trying to log in a user.
|
||||
:ref:`More details <t3coreapi:LoginErrorOccurredEvent>`
|
||||
|
||||
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. :ref:`More details <t3coreapi:LogoutConfirmedEvent>`
|
||||
|
||||
ModifyLoginFormViewEvent
|
||||
========================
|
||||
|
||||
Allows to inject custom variables into the login form.
|
||||
:ref:`More details <t3coreapi:ModifyLoginFormViewEvent>`
|
||||
|
||||
PasswordChangeEvent
|
||||
===================
|
||||
|
||||
Event that contains information about the password which was set,
|
||||
and is about to be stored in the database.
|
||||
:ref:`More details <t3coreapi:PasswordChangeEvent>`
|
||||
|
||||
SendRecoveryEmailEvent
|
||||
======================
|
||||
|
||||
Event that contains the email to be sent to the user when they request a
|
||||
new password. :ref:`More details <t3coreapi:SendRecoveryEmailEvent>`
|
||||
Reference in New Issue
Block a user