\frontend\modelsResetPasswordForm

Password reset form

Summary

Methods
Properties
Constants
__construct()
rules()
resetPassword()
$password
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_user
N/A

Properties

$password

$password : 

Type

Methods

__construct()

__construct(string  $token, array  $config = array()) 

Creates a form model given a token.

Parameters

string $token
array $config

name-value pairs that will be used to initialize the object properties

Throws

\yii\base\InvalidParamException

if token is empty or not valid

rules()

rules() 

{@inheritdoc}

resetPassword()

resetPassword() : boolean

Resets password.

Returns

boolean —

if password was reset.