Modifying PASSWORD_HASHERS #1660
Unanswered
toeknee2120
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using Django 5.2.10.
I'm trying to update which hasher is used.
I have the following:
I also installed argon2-cffi, as mentioned in the documentation: https://docs.djangoproject.com/en/6.0/topics/auth/passwords/#using-argon2-with-django
But, the settings don't apply.
If I log into the container and run
extra.py is getting read in. I have a BANNER set in there also, and that works. I don't understand why this configuration change isn't applying.
I also tried throwing it in configuration.py, and have the same issue.
Beta Was this translation helpful? Give feedback.
All reactions