Flask-User icon indicating copy to clipboard operation
Flask-User copied to clipboard

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.

Results 104 Flask-User issues
Sort by recently updated
recently updated
newest added

Whenever I import flask_user, flask_babelex stops working everywhere else (including the flask-user forms) in my flask app - everything defaults to English, no matter what Accept-Language is requested by the...

When sending emails with SendGrid, the code does not work. For example, in the file `sendgrid_email_adapter.py`, the code `self.sg = SendGridAPIClient(apikey=sendgrid_api_key)` is invalid with the sendgrid library. I was able...

Setting USER_AFTER_REGISTER_ENDPOINT appear to be ignored. This is my config. Expecting to be routed back to the registration form after register a new user, auto_login is set to false. Instead...

Per #177, this may or may not be correct nor complete.

Addresses #214 where there is no way to be notified when a user attempts to login with an incorrect password. These changes: - Create a signal for invalid password -...

I was just wondering if you'd like some help maintaining this project, as I'd be happy to jump in and help maintain it. I have some familiarity with it, as...

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...

In Flask-User 1.0.1.4(python 2.7) when starting an app, Flask-User throws an error: ``` Traceback (most recent call last): File "C:\Program Files\JetBrains\PyCharm Community Edition 2017.2.3\helpers\pydev\pydevd.py", line 1599, in globals = debugger.run(setup['file'],...

#225

Translations
Wrong target branch