-
-
Notifications
You must be signed in to change notification settings - Fork 728
Add support for captcha when logging in. #5692
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
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.
Found some issues:
- After entering an incorrect password multiple times, a CAPTCHA appears. However, if I then enter either the wrong CAPTCHA or the wrong password, no error message is displayed.
- After a couple of retries from 1., I entered the correct password and the correct captcha text, but somehow I was unable to log in.
- The link in the message "Can't see the image?..." guides the user to the
Wikipedia:Request an account
page, not sure if it is the correct wiki page for account login.
Fixed: this will now display an error. However, unfortunately the error when entering an incorrect captcha is still "Incorrect password". This seems to be a limitation of the API, and will need to be addressed in future updates.
I was unable to reproduce this. If you see this behavior again, does it show any errors or messages now?
Agreed - let's remove this message, which will make it consistent with mobile web. |
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.
It works for me now! Thanks 👍
@Williamrai please help to review and merge if it looks good to you too, thanks.
https://phabricator.wikimedia.org/T396403