mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #14561 from Nutomic/wrong-username-message
Change login error message to "wrong username or password"
This commit is contained in:
commit
65b0e2727d
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue