Describe the issue
The django.contrib.auth.hashers.CryptPasswordHasher is deprecated and will be removed in Django 5.0. We use this for the phony passwords in the dev database dump and need to transition to a different algorithm.
Code of Conduct
Aggregated with agent assistance on 2026-08-18
Describe the issue
The
django.contrib.auth.hashers.CryptPasswordHasheris deprecated and will be removed in Django 5.0. We use this for the phony passwords in the dev database dump and need to transition to a different algorithm.Code of Conduct
Aggregated with agent assistance on 2026-08-18