Skip to content
Snippets Groups Projects
Commit ce947d5b authored by Chris Müller's avatar Chris Müller Committed by Stefan Bürk
Browse files

[DOCS] Add links to more details for PSR-14 events in EXT:felogin

Resolves: #100214
Releases: main, 11.5
Change-Id: Ibf89953203e55e425de533a34a123ab2401fd086
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78167


Reviewed-by: default avatarLina Wolf <112@linawolf.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarLina Wolf <112@linawolf.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 78a5a4f2
Branches
Tags
No related merge requests found
...@@ -3,49 +3,52 @@ ...@@ -3,49 +3,52 @@
.. _psr14events: .. _psr14events:
============= =============
PSR-14 Events PSR-14 events
============= =============
The following PSR-14 Events are available to extend the extension: The following PSR-14 events are available to extend the extension:
BeforeRedirectEvent BeforeRedirectEvent
=================== ===================
Notification before a redirect is made. Notification before a redirect is made.
:ref:`More details <t3coreapi:BeforeRedirectEvent>`
LoginConfirmedEvent LoginConfirmedEvent
=================== ===================
A notification when a log in has successfully arrived at the plugin, via the 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 view and the controller, multiple information can be overridden in event
Listeners. listeners. :ref:`More details <t3coreapi:LoginConfirmedEvent>`
LoginErrorOccurredEvent LoginErrorOccurredEvent
======================= =======================
A notification if something went wrong while trying to log in a user. A notification if something went wrong while trying to log in a user.
:ref:`More details <t3coreapi:LoginErrorOccurredEvent>`
LogoutConfirmedEvent LogoutConfirmedEvent
==================== ====================
A notification when a log out has successfully arrived at the plugin, via A notification when a log out has successfully arrived at the plugin, via
the view and the controller, multiple information can be overridden in the view and the controller, multiple information can be overridden in
Event Listeners. event listeners. :ref:`More details <t3coreapi:LogoutConfirmedEvent>`
ModifyLoginFormViewEvent ModifyLoginFormViewEvent
======================== ========================
Allows to inject custom variables into the login form. Allows to inject custom variables into the login form.
:ref:`More details <t3coreapi:ModifyLoginFormViewEvent>`
PasswordChangeEvent PasswordChangeEvent
=================== ===================
Event that contains information about the password which was set, Event that contains information about the password which was set,
and is about to be stored in the database. Allows to mark the password and is about to be stored in the database. Allows to mark the password
as invalid. as invalid. :ref:`More details <t3coreapi:PasswordChangeEvent>`
SendRecoveryEmailEvent SendRecoveryEmailEvent
====================== ======================
Event that contains the email to be sent to the user when they request a Event that contains the email to be sent to the user when they request a
new password. new password. :ref:`More details <t3coreapi:SendRecoveryEmailEvent>`
...@@ -30,7 +30,7 @@ use_opensearch = ...@@ -30,7 +30,7 @@ use_opensearch =
# h2document = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/ # h2document = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
# t3cheatsheets = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/ # t3cheatsheets = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
# t3contribute = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/ # t3contribute = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
# t3coreapi = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ t3coreapi = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
# t3docteam = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/ # t3docteam = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
# t3editors = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/ # t3editors = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
# t3extbasebook = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/ # t3extbasebook = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment