CIM67 - Update Block users
This commit is contained in:
@@ -50,7 +50,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
if ($responses === 'NOK'){
|
||||
$retry++;
|
||||
$password_err = 'Not authorized, please retry';
|
||||
} elseif ($responses == 1){
|
||||
} elseif ($responses == '1'){
|
||||
$password_err = 'Too many login attempts. User blocked, please contact your administrator';
|
||||
} else {
|
||||
// Start a new session
|
||||
|
||||
Reference in New Issue
Block a user