‪TYPO3CMS  11.5
TYPO3\CMS\FrontendLogin\Service\RecoveryServiceInterface Interface Reference
Inheritance diagram for TYPO3\CMS\FrontendLogin\Service\RecoveryServiceInterface:
TYPO3\CMS\FrontendLogin\Service\RecoveryService

Public Member Functions

 sendRecoveryEmail (string $emailAddress)
 

Detailed Description

Definition at line 20 of file RecoveryServiceInterface.php.

Member Function Documentation

◆ sendRecoveryEmail()

TYPO3\CMS\FrontendLogin\Service\RecoveryServiceInterface::sendRecoveryEmail ( string  $emailAddress)

Sends an email with an absolute link including a forgot hash to the passed email address with instructions to recover the account.

Implemented in TYPO3\CMS\FrontendLogin\Service\RecoveryService.