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

Flask-user for me is a great extension - it does everything I want and more. I do have one small request: I cannot extend flask_user_layout.html template (v1.0.1.4) without the v1.0...

Fix an obvious typo (copy+paste + changed wrong word)

is that correct? ```python # The Special page requires a user with 'secret' and 'sauce' roles or with 'secret' and 'agent' roles. @app.route('/special') @roles_required('secret', ['sauce', 'agent']) # Use of @roles_required...

You might want to consider adding `wtforms[email]` as a dependency. ``` /opt/conda/envs/vds-37/lib/python3.8/site-packages/flask_user/__init__.py:27: in from .user_manager import UserManager /opt/conda/envs/vds-37/lib/python3.8/site-packages/flask_user/user_manager.py:14: in from . import forms /opt/conda/envs/vds-37/lib/python3.8/site-packages/flask_user/forms.py:54: in class AddEmailForm(FlaskForm): /opt/conda/envs/vds-37/lib/python3.8/site-packages/flask_user/forms.py:58: in AddEmailForm...

Could you consider remodelling initialization so it will follow two-phase model, like Flask-Security and a lot of other Flask extensions? Here's an example of the pattern being used in application...

Feature request
Fixed and Released

(I suspect I've mucked things up along the way, now when I submit a user through my customized register.html, I get > `IntegrityError: (psycopg2.errors.NotNullViolation) null value in column "username" of...

Bumps [cryptography](https://github.com/pyca/cryptography) from 2.3 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...

dependencies

The member name is wrong in the example. This PR fixes that. I have found this is the only place where it is wrong.