فهرست منبع

Fixed password change via admin panel

Fixed an error when changing the password through the admin panel, it was impossible to log in
Sergei Solovev 2 سال پیش
والد
کامیت
506de6e63a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      system/library/acpsystem.php

+ 1 - 1
system/library/acpsystem.php

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