FailedMfaAttemptNotification
FinalYes
Sends out an email to the backend user for failed MFA attempts on TYPO3 backend login
this class is not part of the TYPO3 Core API as this is a concrete event listener implementation
Table of Contents
Properties
Methods
- __construct() : mixed
- __invoke() : void
- Sends a notification email to the backend user on failed MFA verification.
Properties
$mailer read-only
        protected
            MailerInterface
    $mailer
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(MailerInterface $mailer) : mixed
    Parameters
- $mailer : MailerInterface
__invoke()
Sends a notification email to the backend user on failed MFA verification.
    public
                    __invoke(MfaVerificationFailedEvent $event) : void
    Parameters
- $event : MfaVerificationFailedEvent
Attributes
- #[AsEventListener]
- $identifier: 'typo3/cms-backend/failed-mfa-attempt-notification'