Merge pull request #33 from EngineGPDev/Fixed-password-change-via-admin-panel

Fixed password change via admin panel
This commit is contained in:
Sergei Solovev 2023-03-15 23:54:16 +03:00 committed by GitHub
commit 99eee22441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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