-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Change login error message to "wrong username or password" #14561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…tcloud#14460) Signed-off-by: Felix Ableitner <[email protected]>
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. |
MorrisJobke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine with me 👍
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?