Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFelix Ableitner <me@nutomic.com>2019-03-06 13:56:21 +0300
committerFelix Ableitner <me@nutomic.com>2019-03-06 13:59:03 +0300
commit1c1cd10f0d8c7e6a11bb3d7ae2b476b8e3df74f8 (patch)
tree9585cb8ac68c96de43b82e8752209acec70962ee /core
parentd004164fcc4dc887cae388e68f8ded3b4ea166ad (diff)
Change login error message to "wrong username or password" (fixes #14460)
Signed-off-by: Felix Ableitner <me@nutomic.com>
Diffstat (limited to 'core')
-rw-r--r--core/templates/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php
index c85f32ba8e3..74bb8b92393 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -61,7 +61,7 @@ use OC\Core\Controller\LoginController;
<?php if (!empty($_[LoginController::LOGIN_MSG_INVALIDPASSWORD])) { ?>
<p class="warning wrongPasswordMsg">
- <?php p($l->t('Wrong password.')); ?>
+ <?php p($l->t('Wrong username or password.')); ?>
</p>
<?php } else if (!empty($_[LoginController::LOGIN_MSG_USERDISABLED])) { ?>
<p class="warning userDisabledMsg">