Browse Source

Show login error message correctly (#24599)

tags/v9.1.0beta1
Christoph Wurst 8 years ago
parent
commit
e077d78ec9
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      core/Controller/LoginController.php

+ 0
- 1
core/Controller/LoginController.php View File

@@ -178,7 +178,6 @@ class LoginController extends Controller {
}
if ($loginResult === false) {
$this->session->set('loginMessages', [
[],
['invalidpassword']
]);
// Read current user and append if possible

Loading…
Cancel
Save