#10254 added message timeout

This commit is contained in:
Daniel Cebrian 2023-07-17 14:10:08 +02:00
parent 052852f2d1
commit 8aaa98a741
2 changed files with 0 additions and 2 deletions

View File

@ -244,7 +244,6 @@ function process_user_login_remote($login, $pass, $api=false)
}
if ($sr === false) {
$config['auth_error'] = 'User not found in database or incorrect password';
return false;
}
break;

View File

@ -711,7 +711,6 @@ if (isset($config['id_user']) === false) {
login_check_failed($nick);
}
$config['auth_error'] = __('User is blocked');
$login_failed = true;
}