package to tune django password authentification


Keywords
django, authentification, password
License
MIT
Install
pip install django-pwdtk==1.1.0

Documentation

PWDTK Password Tool Kit for Django

https://api.travis-ci.com/mhcomm/django-pwdtk.svg?branch=master

You use Django's default password authentification, but miss some tweaks like: * lockout after too many failed logins * max life time for passwords * password reset (send mail with reset link) (not implemented so far)

This package provides solutions for these problems. PWDTK is compatible with python 2.7, and >=3.5 It is compatible with django 2.2, 3.2 and 4.2