PHP Class Redaxscript\Validator\Password

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

Méthodes publiques

Méthode Description
validate ( string $password = null, string $hash = null ) : boolean validate the password

Method Details

validate() public méthode

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