incuna / django-user-management

User management model mixins and api views.
BSD 2-Clause "Simplified" License
57 stars 24 forks source link

Split validate_password_strength in two #144

Open meshy opened 8 years ago

meshy commented 8 years ago

In user_management/utils/validators.py, the validate_password_strength function does two different validation checks, and can throw two errors. It should be two validators.