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

array

getHashedPassword ( )
returntype

string

getRawPassword ( )
returntype

string