commit
656a92d286
@ -137,7 +137,7 @@ class User extends Base {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($this->isLocked($this->getUserId($username))) {
|
if ($this->isLocked($this->getUserId($username))) {
|
||||||
$this->setErrorMessage('Account locked.');
|
$this->setErrorMessage('Account locked. Please Check your Email for instructions to unlock.');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if ($this->checkUserPassword($username, $password)) {
|
if ($this->checkUserPassword($username, $password)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user