We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ec0a1 commit 21e99c1Copy full SHA for 21e99c1
1 file changed
interface/web/login/index.php
@@ -92,6 +92,7 @@ function process_login_request(app $app, &$error, $conf, $module)
92
//* too many failed logins
93
if ($alreadyfailed['times'] > 5) {
94
$error = $app->lng('error_user_too_many_logins');
95
+ return;
96
} else {
97
if ($loginAs) {
98
$sql = "SELECT * FROM sys_user WHERE USERNAME = ? and PASSWORT = ?";
0 commit comments