HandyCodeJob / hcj-django-temp

A Cookiecutter template for creating production-ready Django projects quickly.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Password checking #7

Open sydhenry opened 8 years ago

sydhenry commented 8 years ago

Look into either enforcing this, or have a more complex check so that a user cannot be staff if their password is too weak.

python-zxcvbn demo

mikemhenry commented 8 years ago

I'm in favor of enforcing password strength on just admin/superuser accounts.

On Wed, Nov 18, 2015 at 12:53 AM, Sydney Henry notifications@github.com wrote:

Look into either enforcing this, or have a more complex check so that a user cannot be staff if their password is too weak.

python-zxcvbn demo http://birdhouse.org/blog/2015/06/16/sane-password-strength-validation-for-django-with-zxcvbn/

— Reply to this email directly or view it on GitHub https://github.com/HandyCodeJob/hcj-django-temp/issues/7.