Skip to content
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

Recaptcha doesn't always show up #276

Closed
gordonjcp opened this issue Feb 4, 2017 · 5 comments
Closed

Recaptcha doesn't always show up #276

gordonjcp opened this issue Feb 4, 2017 · 5 comments

Comments

@gordonjcp
Copy link
Contributor

Somewhat reproducible by restarting uwsgi - recaptcha won't show on the login page until the page has been refreshed five times.

@gordonjcp
Copy link
Contributor Author

Further to this, it is showing up after a certain number of failed login attempts - but it seems like it's always expecting a captcha response in the login handler.

@sh4nks
Copy link
Member

sh4nks commented Feb 7, 2017

recaptcha won't show on the login page until the page has been refreshed five times.

That's actually intended behavior. If you disable rate limiting, the captcha won't show up.

but it seems like it's always expecting a captcha response in the login handler.

after a certain number of failed login attempts or before?

@gordonjcp
Copy link
Contributor Author

You can just refresh the page five times and the recaptcha will show up, then you can log in.

Login fails without the recaptcha showing. As a workaround for now I've set the number of failed logins before showing the recaptcha to zero.

@sh4nks
Copy link
Member

sh4nks commented Feb 7, 2017

This is probably an issue with rate limiting. I have disabled auth rate limiting on https://forums.flaskbb.org and so this issue never showed up.

@sh4nks
Copy link
Member

sh4nks commented Feb 9, 2017

I am not able to reproduce this issue. Is your FlaskBB installation up-to-date? Are you using a clean/fresh installation?

@sh4nks sh4nks closed this as completed Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants