-
Notifications
You must be signed in to change notification settings - Fork 293
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
Add signal for invalid login attempt #214
Comments
We have the same issue. Adding a bit more info about our specific use case. ACTUAL: EXPECTED: PROPOSED FIX: Flask-User/flask_user/forms.py Lines 201 to 203 in a379fa0
|
@drryanjames Thanks for fixing this issue. Hopefully it will be merged in soon! |
@lingthio - This issue has been open since May 2018 and represents a significant security consideration for the project. A simple fix has been made and merge request open since August 2018 by @drryanjames. Is there any reason why the fix can't be merged now? |
I'm curious what the status of this issue and related PR is. This seems like a good fix. Is there a reason why it seems to have been ignored? I guess an alternative is to override the login form in flask security or other tools and react to failed logins that way. It would be nice to have an official solution though or know what the issues are in not having one. Thanks. |
I agree that this is a very important functionality. The only reason it is not yet merged is the lack of maintainers time. I plan to review and merge the PRs that have accumulated over a long time, including #230. We also need to write tests for this feature. Thank you for your patience :) |
This is a feature request. Flask-User is entirely vulnerable to brute force password attacks. However, it would be straight forward to add a signal for a failed login attempt to allow users of Flask-Login to implement a mechanism to defend against this.
The text was updated successfully, but these errors were encountered: