Browse Source

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

Fixed password change via admin panel
Sergei Solovev 2 năm trước cách đây
mục cha
commit
99eee22441
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)