Enable Django's AUTH_PASSWORD_VALIDATORS by default for production
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.
Branched from !64 (merged) for future proofing, but will likely work as a standlone patch to master.