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