Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 442 Bytes

django_password_validators.md

File metadata and controls

20 lines (13 loc) · 442 Bytes

Django-password-validators +

Additional libraries for validating passwords in Django 2.2.25 or later.

Features

  • New password can not be one of the last 5 passwords
  • Min 1 digit
  • Min 1 alphanumeric
  • Min 1 special character
  • Min 1 lowercase
  • Min 1 uppercase

Integration to Hackassistant

  • Integrated as the library documentation says.

Future work

  • No future work