LoginConfirmedEvent

The PSR-14 event \TYPO3\CMS\FrontendLogin\Event\LoginConfirmedEvent is triggered when a login was successful.

Changed in version 14.0

This event is now correctly dispatched, when a logout redirect is configured. Previously the now removed actionUri was used as target for the logout form action, in which case the LogoutConfirmedEvent was not triggered on logout.

Example

API

class LoginConfirmedEvent
Fully qualified name
\TYPO3\CMS\FrontendLogin\Event\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.

getController ( )
Returns
\TYPO3\CMS\FrontendLogin\Controller\LoginController
getView ( )
Returns
\TYPO3\CMS\Core\View\ViewInterface
getRequest ( )
Returns
\Psr\Http\Message\ServerRequestInterface