django icon indicating copy to clipboard operation
django copied to clipboard

I would like to add strong password functionality such that signup form will ask for strong password if the user does not give a strong password

Open Dhairya1Gupta opened this issue 1 year ago • 0 comments

I would like to add strong password functionality such that signup form will ask for strong password if the user does not give a strong password. Further details are given below for strong password:

  • Your password can't be too similar to your other personal information.
  • Your password must contain at least 8 characters.
  • Your password can't be a commonly used password.
  • Your password can't be entirely numeric.

Dhairya1Gupta avatar Feb 26 '24 01:02 Dhairya1Gupta