* Check key when integrate with ranzhi.

This commit is contained in:
daitingting
2016-05-24 10:21:01 +08:00
parent 3b829cbc2e
commit 2a6ec86f01
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -660,7 +660,7 @@ class user extends control
if($this->post->account) $account = $this->post->account;
if($this->get->account) $account = $this->get->account;
if($this->post->password) $password = $this->post->password;
if($this->get->password) $password = $this->get->password;
if($this->get->password) $password = base64_decode($this->get->password);
if($this->user->checkLocked($account))
{