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

I was trying to run the invite_app.py example but it throws an error: ``` $ python3 invite_app.py Traceback (most recent call last): File "invite_app.py", line 5, in from flask_user import...

I get this feedback after logging in: ``` Traceback (most recent call last): File "c:\users\asus\appdata\local\programs\python\python38-32\lib\site-packages\flask\app.py", line 2446, in wsgi_app response = self.full_dispatch_request() File "c:\users\asus\appdata\local\programs\python\python38-32\lib\site-packages\flask\app.py", line 1951, in full_dispatch_request rv =...

Hello i'm new to using flask_user first time worked am using version 0.6.21, after first successful authentication it stops. I've searcehd for fixes the closest is this unanswered stackoverflow question...

Hi, I have a Flask app where I use flask_user for authentication. However, I noticed that *I cannot change password, first and last name for existing users*. When I try...

The key field already be decode in Python 3. So I add a condition statement to check version of python to fix this error.

Need more info

Fixes #238 AttritbuteError: 'NoneType' object has no attribute 'password'

comparing any user instance to iteself will return false, which is breaking other extensions like sqlalchemy wtfroms which cannot validate that a user is equal to the user choices. example...

Hello i would like to know if it's possible to change default flask-user flash messages. For example the ones in "user_manager__views.py" When i use @login_required it redirects the user to...

Hi, It looks like BabelEx is being deprecated, and all "All Flask-BabelEx features were merged into Flask-Babel," See [Readme on the BabelEx repository](https://github.com/mrjoes/flask-babelex/blob/master/README). I had to do the following to...

Hello, first time user of Flask-user. While logged in, I don't expect to have access to the registration view. I but I do. I don't believe it is supposed to...