mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
change-password: Fix encrypt when using non-supported hash method (by returning clear password, you shouldn't do that!)
This commit is contained in:
parent
0a6a8fa299
commit
26d285703c
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