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

Login rate limiter should not count against successful logins #2647

Closed
jsjoeio opened this issue Jan 28, 2021 · 1 comment · Fixed by #3141
Closed

Login rate limiter should not count against successful logins #2647

jsjoeio opened this issue Jan 28, 2021 · 1 comment · Fixed by #3141
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jsjoeio
Copy link
Contributor

jsjoeio commented Jan 28, 2021

When running e2e tests against the login page, I'm hitting the login rate limit even though I'm using the correct password

image

Relevent code:
5accf3f

@jsjoeio jsjoeio added enhancement Some improvement that isn't a feature bug Something isn't working and removed enhancement Some improvement that isn't a feature labels Jan 28, 2021
@jsjoeio jsjoeio changed the title Disable login rate limiter in dev/test mode Login rate limiter should not count against successful logins Jan 28, 2021
@sr229
Copy link
Contributor

sr229 commented Jan 29, 2021

this looks like the limiter couldn't distinguish from successful logins to non-successful logins. Will give this a look later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants