PHP Interface Stevemo\Cpanel\User\Form\PasswordFormInterface

Show file Open project: stevemo/cpanel Interface Usage Examples

Public Methods

Method Description
forgot ( $email ) : boolean
getErrors ( ) : array Get the validation errors
reset ( array $creds ) : boolean Reset a given user password

Method Details

forgot() public method

Author: Steve Montambeault
public forgot ( $email ) : boolean
$email
return boolean

getErrors() public method

Get the validation errors
Author: Steve Montambeault
public getErrors ( ) : array
return array

reset() public method

Reset a given user password
Author: Steve Montambeault
public reset ( array $creds ) : boolean
$creds array
return boolean