PHP Class Redaxscript\Validator\Password

Since: 2.6.0
Author: Henry Ruhs
Inheritance: implements Redaxscript\Validator\ValidatorInterface
Show file Open project: redaxmedia/redaxscript Class Usage Examples

Public Methods

Method Description
validate ( string $password = null, string $hash = null ) : boolean validate the password

Method Details

validate() public method

validate the password
Since: 2.6.0
public validate ( string $password = null, string $hash = null ) : boolean
$password string plain password
$hash string hashed password
return boolean