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

Increase User.password_hash column size #450

Conversation

bhodges-navapbc
Copy link
Contributor

Increases the User.password_hash column size to 162. This accommodates a recent werkzeug.security update to generate_password_hash, which moved to scrypt and defaults to 16 for the salt length.

Additional details may be found in #449.

…r a recent werkzeug.security update to generate_password_hash, which moves to scrypt and defaults to 16 for the salt length.
Copy link
Member

@mircealungu mircealungu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @bhodges-navapbc !
we'll publish a new release soon!

@mircealungu mircealungu merged commit a604ab8 into flask-dashboard:master Mar 14, 2024
@bhodges-navapbc bhodges-navapbc deleted the 449/column-size-user-password-hash-column-size branch March 15, 2024 15:55
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.

2 participants