diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2016-05-12 16:53:50 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-12 16:53:50 +0200 |
commit | e077d78ec98a992530661e3801fbdaf43198d187 (patch) | |
tree | 3c6c6616e847365f302c1687d9d628bf9d26618a | |
parent | 9b3eefbf95a70e5b7bc3c9d5b2439bd381d9a979 (diff) | |
download | nextcloud-server-e077d78ec98a992530661e3801fbdaf43198d187.tar.gz nextcloud-server-e077d78ec98a992530661e3801fbdaf43198d187.zip |
Show login error message correctly (#24599)
-rw-r--r-- | core/Controller/LoginController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Controller/LoginController.php b/core/Controller/LoginController.php index 36044731377..59d40ca14e2 100644 --- a/core/Controller/LoginController.php +++ b/core/Controller/LoginController.php @@ -178,7 +178,6 @@ class LoginController extends Controller { } if ($loginResult === false) { $this->session->set('loginMessages', [ - [], ['invalidpassword'] ]); // Read current user and append if possible |