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