Browse Source

Fixed password change via admin panel

Sergei Solovev 1 year ago
parent
commit
822ee2f90f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/library/acpsystem.php

+ 1 - 1
system/library/acpsystem.php

@@ -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)