You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: