mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Merge pull request #213 from leonekmi/fix-change-password-2
change-password: Fix non-supported hash methods
This commit is contained in:
commit
90f559ac8a
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
break;
|
||||
}
|
||||
|
||||
return $sPassword;
|
||||
return $password;
|
||||
}
|
||||
|
||||
private static function PasswordStrength(string $sPassword) : int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue