|
@@ -116,7 +116,7 @@ class Auth
|
|
|
return false;
|
|
|
}
|
|
|
if ($user['status'] != 1) {
|
|
|
- $this->setError('Account is locked');
|
|
|
+ $this->setError('账号异常,请联系客服处理');
|
|
|
return false;
|
|
|
}
|
|
|
$this->_user = $user;
|
|
@@ -377,7 +377,7 @@ class Auth
|
|
|
}
|
|
|
|
|
|
if ($user->status != 1) {
|
|
|
- $this->setError('Account is locked');
|
|
|
+ $this->setError('账号异常,请联系客服处理');
|
|
|
return false;
|
|
|
}
|
|
|
if ($user->password != $this->getEncryptPassword($password, $user->salt)) {
|