/django-zxcvbn-password

Back-end and Front-end password validation with ZXCVBN

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

Django ZXCVBN Password

Travis-CI Build Status Coverage Status Code Quality Status PyPI Package latest release PyPI Wheel Updates Join the chat at https://gitter.im/Pawamoy/django-zxcvbn-password

Back-end and Front-end password validation with ZXCVBN.

License

Software licensed under MPL 2.0 license.

Installation

pip install django-zxcvbn-password

Warning

To use django-zxcvbn-password with Python 3.X, you'll need a Python3.X compatible version of zxcvbn: pip uninstall zxcvbn; pip install git+https://github.com/moreati/python-zxcvbn.

Documentation

https://github.com/Pawamoy/django-zxcvbn-password/wiki

Development

To run all the tests: tox