Skip to content

Commit

Permalink
[DOCS] Add AfterUserLoggedInEvent to list of events in felogin docs
Browse files Browse the repository at this point in the history
With the change in #101933 the AfterUserLoggedInEvent is also dispatched
when a frontend user is successfully logged in. Therefore, this event
is added to the list of available events (although that event is not
in the felogin namespace) to ease the access for the developer who looks
for appropriate events regarding felogin.

Resolves: #102030
Related: #101933
Releases: main
Change-Id: I26bcc1cbc7648e91eeef9b9bd2564afcb8ebc268
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81216
Reviewed-by: Benjamin Franzke <ben@bnf.dev>
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Benjamin Franzke <ben@bnf.dev>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
  • Loading branch information
brotkrueml authored and o-ba committed Sep 25, 2023
1 parent 169c925 commit a869847
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions typo3/sysext/felogin/Documentation/Events/Index.rst
Expand Up @@ -8,6 +8,12 @@ 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
===================

Expand Down

0 comments on commit a869847

Please sign in to comment.