Locked Account Message

This commit is contained in:
rog1121 2014-02-01 12:35:48 -07:00
parent 923795c23b
commit 07d49b0956

View File

@ -137,7 +137,7 @@ class User extends Base {
}
}
if ($this->isLocked($this->getUserId($username))) {
$this->setErrorMessage('Account locked.');
$this->setErrorMessage('Account locked. Please Check your Email for instructions to unlock.');
return false;
}
if ($this->checkUserPassword($username, $password)) {