‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Authentication\Event\LoginAttemptFailedEvent Class Reference
Inheritance diagram for TYPO3\CMS\Core\Authentication\Event\LoginAttemptFailedEvent:
TYPO3\CMS\Core\Authentication\Event\AbstractAuthenticationFailedEvent

Public Member Functions

 __construct (private readonly AbstractUserAuthentication $user, private readonly ServerRequestInterface $request, private readonly array $loginData,)
 
 getUser ()
 
 getLoginData ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Authentication\Event\AbstractAuthenticationFailedEvent
 __construct (private readonly ServerRequestInterface $request)
 
 isFrontendAttempt ()
 
 isBackendAttempt ()
 
 getRequest ()
 

Detailed Description

Event fired after a login attempt failed.

Definition at line 26 of file LoginAttemptFailedEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Authentication\Event\LoginAttemptFailedEvent::__construct ( private readonly AbstractUserAuthentication  $user,
private readonly ServerRequestInterface  $request,
private readonly array  $loginData 
)

Definition at line 28 of file LoginAttemptFailedEvent.php.

Member Function Documentation

◆ getLoginData()

TYPO3\CMS\Core\Authentication\Event\LoginAttemptFailedEvent::getLoginData ( )

Definition at line 41 of file LoginAttemptFailedEvent.php.

References TYPO3\CMS\Webhooks\Message\$loginData.

◆ getUser()

TYPO3\CMS\Core\Authentication\Event\LoginAttemptFailedEvent::getUser ( )

Returns the user, who failed to authenticate successfully

Reimplemented from TYPO3\CMS\Core\Authentication\Event\AbstractAuthenticationFailedEvent.

Definition at line 36 of file LoginAttemptFailedEvent.php.