We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f877cde commit 1401003Copy full SHA for 1401003
1 file changed
interface/web/login/index.php
@@ -80,6 +80,7 @@ function process_login_request(app $app, &$error, $conf, $module)
80
//* Username or password empty
81
if ($error == '') $error = $app->lng('error_user_password_empty');
82
$app->plugin->raiseEvent('login_empty', $username);
83
+ return;
84
} else {
85
/*
86
* Check, if there is a "login as" instead of a "normal" login
0 commit comments