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

Hi, I built an application for my company using dash, it has multiple pages and all pages are in application.py file. Now I am supposed to authenticate my app. I...

From the documentation it seems as if flask-user only works with a single User model (only one declared when initializing SQLAlchemyAdapter.) That works fine for a single standard type of...

I recently migrated to V1.0 and have been running into this error. I use application factory set up and use with app.app_context() statement (don't know if this is relevant to...

flask_user causes an logout after a user changes his password.

I would like to use MongoEngine instead of Flask_MongoEngine since the second seems unsupported. [The documentation](https://github.com/lingthio/Flask-User/blob/master/docs/source/api_db_adapters.rst) explained how to create a custom `db_adapter`. It my case, it should look like...

When I use flask, both get method and post method work very well. but when I change to flask-user 1.0, only the get method work, all the views requested from...

[Documentation v1.0](https://flask-user.readthedocs.io/en/latest/data_models.html), *“Optional Role and UserRoles data-models”*, states users are assigned one or more roles by adding them to the User.roles property: `#Create 'user007' user with 'secret' and 'agent' roles`...

Fix for typo in docs mentioned in issue #308

Hello, Is there any way to use it with vue.js ? have you got a pattern ? How could I do , because currently, I'm using the template string backend...