Change login error message to "wrong username or password"#14561
Conversation
…tcloud#14460) Signed-off-by: Felix Ableitner <me@nutomic.com>
This will be taken care of automatically. A script extracts them and pushes them to transifex. Then the translators translate them and the script pushes it back into the source code. |
Status of 16814: failureDB=sqlite, ENABLE_REDIS=false, PHP=7.3Show full logTESTS=integration-federation_features
TESTS=acceptance, TESTS-ACCEPTANCE=app-files
Show full logTESTS=acceptance, TESTS-ACCEPTANCE=app-files-sharing
TESTS=acceptance, TESTS-ACCEPTANCE=app-files-tags
Show full logTESTS=acceptance, TESTS-ACCEPTANCE=login
Show full log |
|
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
After a failed login, Nextcloud currently shows the error "wrong password". That message can be misleading, so this PR changes it to "wrong username or password". See #14460 for details.
I already tested that it works as expected. However, I am not sure what I should do with the translation strings. Should I rename the keys and keep the old values? Or delete the affected strings entirely?