Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot change password, first and last name of existing users #332

Open
HikariPL opened this issue Mar 20, 2021 · 0 comments
Open

Cannot change password, first and last name of existing users #332

HikariPL opened this issue Mar 20, 2021 · 0 comments

Comments

@HikariPL
Copy link

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 to do it I get confirmation that password has been changed, but in fact it is not. Setting up of new users works perfectly fine.

Config is rather straightforward:
USER_APP_NAME = '...' # Shown in and email templates and page footers USER_APP_VERSION = 'v0.1' USER_COPYRIGHT_YEAR = '2021' USER_CORPORATION_NAME = '...' USER_ENABLE_EMAIL = True # Enable email authentication USER_ENABLE_USERNAME = False #Do not log in via username USER_EMAIL_SENDER_EMAIL = '[email protected]'

Database is MS SQL Server and from other flask modules I use SQLAlchemy, Migrate and Admin.

Any ideas what could be the reason for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant