2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Frédéric FRANCE
2019-10-10 18:42:29 +02:00
committed by GitHub
parent a8676e63c8
commit 9a2fabff6f

View File

@@ -177,7 +177,7 @@ class modGeneratePassPerso extends ModeleGenPassword
* Validate a password
*
* @param string $password Password to check
* @return int 0 if KO, >0 if OK
* @return bool false if KO, true if OK
*/
public function validatePassword($password)
{