-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
3195 fix messages on password screen #3769
3195 fix messages on password screen #3769
Conversation
There is this one concern I'd like to raise. If you put less than 4 characters in password text input and submit the form, you will get an error 402 from server which translates into a |
@dklymenk thanks for raising that, I think that might be an issue with our backend, and I'll investigate. Code wise your changes look good and I'm happy to aprove/merge them, And I think we can create a GH either for the internal team if it's in the backend, or for contributors if it's not, but it feels that there is at least some backend work. |
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.
LGTM
Ok after some investigation, this seems to make sense to have the error like that for case @dklymenk mentioned, the sense is that if the user has entered a password and a email and the account has 2FA then it needs the 2FA code as well before it tries to authenticate. |
The issue I've described is for account with no 2FA. I get the 2FA error message with that account when I send less than 4 characters. Please, give it a try, if you have an account with no 2FA. |
Ohh, that is definetly interesting, still should not affect this PR. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
The deploy messages are unfortunately broken right now. This was deployed to staging yesterday. |
Details
Makes the client facing offline error message more user friendly as well as adds translations to all potential errors on password form.
Fixed Issues
$ #3195
Tests / QA Steps
Offline error
Incorrect login or password. Please try again.
Incorrect login or password
Looks like you're offline. Please check your connection and try again.
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android