class PasswordUpgrade (View source)

Constants

PASSWORD_RESET_KEY

PASSWORD_EXPIRED_KEY

PASSWORD_EXPIRED_DAYSPLACEHOLDER

Properties

protected Repository $config

Methods

__construct(Repository $config)

No description

string
getPasswordResetMessage(string $type, bool $fillPlaceholders = true)

No description

void
setPasswordResetMessage(string $type, string $message)

No description

string
getDefaultPasswordResetMessage(string $type, bool $fillPlaceholders = true)

No description

bool
isPasswordDefaultResetMessage(string $type, string $message)

No description

string
fillPlaceholders(string $type, string $message)

No description

Details

__construct(Repository $config)

No description

Parameters

Repository $config

string getPasswordResetMessage(string $type, bool $fillPlaceholders = true)

No description

Parameters

string $type
bool $fillPlaceholders

Return Value

string

void setPasswordResetMessage(string $type, string $message)

No description

Parameters

string $type
string $message

Return Value

void

string getDefaultPasswordResetMessage(string $type, bool $fillPlaceholders = true)

No description

Parameters

string $type
bool $fillPlaceholders

Return Value

string

protected bool isPasswordDefaultResetMessage(string $type, string $message)

No description

Parameters

string $type
string $message

Return Value

bool

protected string fillPlaceholders(string $type, string $message)

No description

Parameters

string $type
string $message

Return Value

string