PasswordChangeEvent

The PSR-14 event \TYPO3\CMS\FrontendLogin\Event\PasswordChangeEvent contains information about the password that has been set and will be stored in the database shortly.

Example

API

class PasswordChangeEvent
Fully qualified name
\TYPO3\CMS\FrontendLogin\Event\PasswordChangeEvent

Informal event that contains information about the password which was set, and is about to be stored in the database.

getUser ( )
Returns
array
getHashedPassword ( )
Returns
string
getRawPassword ( )
Returns
string
getRequest ( )
Returns
\Psr\Http\Message\ServerRequestInterface