django
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
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.