Change login error message to "wrong username or password" (fixes #14460)

Signed-off-by: Felix Ableitner <me@nutomic.com>
This commit is contained in:
Felix Ableitner 2019-03-06 11:56:21 +01:00
parent d004164fcc
commit 1c1cd10f0d
1 changed files with 1 additions and 1 deletions

View File

@ -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">