PasswordChangeEvent implements StoppableEventInterface

FinalYes

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

Table of Contents

Interfaces

StoppableEventInterface

Methods

__construct()  : mixed
getErrorMessage()  : string|null
getHashedPassword()  : string
getRawPassword()  : string
getRequest()  : ServerRequestInterface
getUser()  : array<string|int, mixed>
isPropagationStopped()  : bool
setAsInvalid()  : void
setHashedPassword()  : void

Methods

__construct()

public __construct(array<string|int, mixed> $user, string $passwordHash, string $rawPassword, ServerRequestInterface $request) : mixed
Parameters
$user : array<string|int, mixed>
$passwordHash : string
$rawPassword : string
$request : ServerRequestInterface

getErrorMessage()

public getErrorMessage() : string|null
Deprecated

will be removed in TYPO3 13

Return values
string|null

getHashedPassword()

public getHashedPassword() : string
Return values
string

getRawPassword()

public getRawPassword() : string
Return values
string

getRequest()

public getRequest() : ServerRequestInterface
Return values
ServerRequestInterface

getUser()

public getUser() : array<string|int, mixed>
Return values
array<string|int, mixed>

isPropagationStopped()

public isPropagationStopped() : bool
Deprecated

will be removed in TYPO3 13

Return values
bool

setAsInvalid()

public setAsInvalid(string $message) : void
Deprecated

will be removed in TYPO3 13

Parameters
$message : string

setHashedPassword()

public setHashedPassword(string $passwordHash) : void
Deprecated

will be removed in TYPO3 13

Parameters
$passwordHash : string

        
On this page

Search results