‪TYPO3CMS  ‪main
TYPO3\CMS\FrontendLogin\Event\PasswordChangeEvent Class Reference

Public Member Functions

 __construct (private array $user, private string $passwordHash, private string $rawPassword)
 
 getUser ()
 
 getHashedPassword ()
 
 getRawPassword ()
 

Detailed Description

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

Definition at line 23 of file PasswordChangeEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\FrontendLogin\Event\PasswordChangeEvent::__construct ( private array  $user,
private string  $passwordHash,
private string  $rawPassword 
)

Definition at line 25 of file PasswordChangeEvent.php.

Member Function Documentation

◆ getHashedPassword()

TYPO3\CMS\FrontendLogin\Event\PasswordChangeEvent::getHashedPassword ( )

Definition at line 36 of file PasswordChangeEvent.php.

◆ getRawPassword()

TYPO3\CMS\FrontendLogin\Event\PasswordChangeEvent::getRawPassword ( )

Definition at line 41 of file PasswordChangeEvent.php.

◆ getUser()

TYPO3\CMS\FrontendLogin\Event\PasswordChangeEvent::getUser ( )

Definition at line 31 of file PasswordChangeEvent.php.