PasswordResetRequestForm
extends Model
in package
Password reset request form
Table of Contents
- $email : mixed
- rules() : mixed
- {@inheritdoc}
- sendEmail() : bool
- Sends an email with a link, for resetting the password.
Properties
public
mixed
$email
Methods
rules()
{@inheritdoc}
public
rules() : mixed
Return values
mixed —sendEmail()
Sends an email with a link, for resetting the password.
public
sendEmail() : bool
Return values
bool —whether the email was send