LoginConfirmedEvent

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

Example

API

class \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 ( )
returntype

TYPO3\CMS\FrontendLogin\Controller\LoginController

getView ( )
returntype

TYPO3Fluid\Fluid\View\ViewInterface