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 like Flask-User a lot it is amazing and saves me a lot of boilerplates. You have done a really great job here 👏. Nowadays when I create a project...

Hello, First of all, congratulations for the excellent work on this project. We recently detected that the project on [PyPi](https://pypi.org/) is listed as "Yanked". I have been reported that doing...

Currently, we can call init_pp() and then overwrite the managers afterward, but this a) requires us to interfere with the semantics of the UserManager object in a way that might...

Is there a way I can overwrite the user_invite functionality so only users with admin role can access the route? I dont want anyone to be able to invite new...

Hello, apparently Flask-User is not compatible with newest pymongo (4.0). This is the error I get: ``` "TypeError: 'Collection' object is not callable. If you meant to call the 'authenticate'...

When USER_ENABLE_EMAIL is false, I would expect the `email_validator` to not be needed. It does not make sense to add this library when config explicitly states no e-mail related functionality...

While working on some projects, I've found out that Flask-User doesn't properly hold initialization without passed `app`, `db` and `UserClass` objects. And even if you want to firstly create `UserManager`...

Hello, I notice that the repo has no PR merged since Jan. Is the project still maintained? Cheers, Andrew

If `USER_REQUIRE_INVITATION = True` then the invitation token should only be valid for the invited email, but the user is able to change this and register with any email. This...

Feature request