aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-05-12 16:53:50 +0200
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-05-12 16:53:50 +0200
commite077d78ec98a992530661e3801fbdaf43198d187 (patch)
tree3c6c6616e847365f302c1687d9d628bf9d26618a
parent9b3eefbf95a70e5b7bc3c9d5b2439bd381d9a979 (diff)
downloadnextcloud-server-e077d78ec98a992530661e3801fbdaf43198d187.tar.gz
nextcloud-server-e077d78ec98a992530661e3801fbdaf43198d187.zip
Show login error message correctly (#24599)
-rw-r--r--core/Controller/LoginController.php1
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