Merge pull request #1651 from rog1121/patch-4

Locked Account Message
This commit is contained in:
Sebastian Grewe 2014-02-01 13:14:22 -08:00
commit 656a92d286

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)) {