wugg 3 years ago
parent
commit
f04223a6bf
1 changed files with 7 additions and 7 deletions
  1. 7 7
      application/Admin/controller/Account.php

+ 7 - 7
application/Admin/controller/Account.php

@@ -272,13 +272,13 @@ class Account extends Base
             }
             $info['username'] = $username;
         }
-
-        $pasword = isset($this->post['password']) && $this->post['password'] !== "" ? trim($this->post['password']) : "";
-        if ($pasword != "" && $info['password'] != sha1($pasword.$info['salt'])) {
-            $salt = makeSalt();
-            $info['password'] = sha1($pasword . $salt);
-            $info['pwd'] = $pasword;
-        }
+//
+//       $pasword = isset($this->post['password']) && $this->post['password'] !== "" ? trim($this->post['password']) : "";
+//        if ($pasword != "" && $info['password'] != sha1($pasword.$info['salt'])) {
+//            $salt = makeSalt();
+//            $info['password'] = sha1($pasword . $salt);
+//            $info['pwd'] = $pasword;
+//        }
         $starttime = isset($this->post['starttime']) && $this->post['starttime'] !== "" ? $this->post['starttime'] : "";
         if ($starttime != "") {
             $info['starttime'] = $starttime;