Merge branch 'master' of github.com:easysoft/zentaopms
This commit is contained in:
@@ -659,9 +659,6 @@ class user extends control
|
||||
die(js::error($failReason));
|
||||
}
|
||||
|
||||
/* Check the login ip is in white list or not. */
|
||||
if(!$this->user->checkIP($this->server->remote_addr)) die(js::error($this->lang->user->ipLimited));
|
||||
|
||||
$user = $this->user->identify($account, $password);
|
||||
|
||||
if($user)
|
||||
|
||||
Reference in New Issue
Block a user