Merge pull request #213 from leonekmi/fix-change-password-2

change-password: Fix non-supported hash methods
This commit is contained in:
the-djmaze 2022-02-05 23:40:21 +01:00 committed by GitHub
commit 90f559ac8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,7 +202,7 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
break;
}
return $sPassword;
return $password;
}
private static function PasswordStrength(string $sPassword) : int