浏览代码

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

Fixed password change via admin panel
Sergei Solovev 2 年之前
父节点
当前提交
99eee22441
共有 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)