Skip to content

Enable Django's AUTH_PASSWORD_VALIDATORS by default for production

Tom Mychost requested to merge #317-AUTH_PASSWORD_VALIDATORS into master

Uses default settings from Django docs and includes error messages for users.

As this is just a settings change no unit tests were written. A modification to local_settings.py confirmed that the current/default handling produces useful and clear error messages.

Password error messages with modified local_settings.py

Branched from !64 (merged) for future proofing, but will likely work as a standlone patch to master.

Merge request reports