Fixed password change via admin panel

This commit is contained in:
Sergei Solovev 2024-01-09 14:56:37 +03:00
parent 7ed0cc33a8
commit 822ee2f90f

View file

@ -561,7 +561,7 @@ class sys
public static function passwdkey($passwd)
{
return md5(sha1($passwd));
return md5($passwd);
}
public static function mail($name, $text, $mail)