django-user-accounts
django-user-accounts copied to clipboard
settings,AUTH_PASSWORD_VALIDATORS ignored
I guess SignupForm's clean method should invoke validate_password from django.contrib.auth.password_validation
I noticed this a 2 year old issue with no commentary. Seem to be bumping into this issue too.
It seems unlikely to me that an app this old has this issue? Resetting a password doesn't respect the validators? Are we making a mistake?
I can create a PR for that if its welcomed?
I am no longer using django-user-accounts
@JulianFeinauer - a PR would be welcomed