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

Fixed password update handling #1195

Merged
merged 3 commits into from
Sep 9, 2021
Merged

Fixed password update handling #1195

merged 3 commits into from
Sep 9, 2021

Conversation

caffeinatedMike
Copy link
Contributor

@caffeinatedMike caffeinatedMike commented Sep 7, 2021

Converted password field to a hybrid_property, so that when the field is set or updated it is automatically encrypted utilizing bcrypt. This approach also eliminates the need for an extra step (i.e. calling .set_password) during account creation/update

Closes #158

sloria
sloria previously approved these changes Sep 8, 2021
@sloria
Copy link
Collaborator

sloria commented Sep 8, 2021

Thanks!

@sloria sloria enabled auto-merge (squash) September 8, 2021 22:29
@caffeinatedMike
Copy link
Contributor Author

@sloria Does the workflow run at a specified time (i.e. nightly) or is there something that I still need to do in order to trigger the checks?

@jamescurtin
Copy link
Collaborator

All set!

auto-merge was automatically disabled September 9, 2021 00:30

Head branch was pushed to by a user without write access

@caffeinatedMike
Copy link
Contributor Author

@sloria missing docstring added to fix flake8 error during build

@sloria sloria enabled auto-merge (squash) September 9, 2021 02:57
@sloria sloria merged commit 0fd6948 into cookiecutter-flask:master Sep 9, 2021
@caffeinatedMike caffeinatedMike deleted the fixed-password-handling branch September 9, 2021 13:12
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

Successfully merging this pull request may close these issues.

Password saving fails due to Binary column type
3 participants