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

WebAuth.cli_login() needs to raise exception for ratelimit condition #316

Open
rossengeorgiev opened this issue Mar 10, 2021 · 0 comments
Open
Labels

Comments

@rossengeorgiev
Copy link
Contributor

rossengeorgiev commented Mar 10, 2021

Currently when we hit ratelimit it looks like incorrect password which is misleading and confusing.

Response:

{'success': False,
 'requires_twofactor': False,
 'message': 'There have been too many login failures from your network in a short time period.  Please wait and try again later.',
 'captcha_needed': False,
 'captcha_gid': -1
}

#315

@rossengeorgiev rossengeorgiev changed the title WebAuth.cli_logn() need to raise exception for ratelimit condition WebAuth.cli_login() needs to raise exception for ratelimit condition Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant