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
The Member: Password field has a couple of additional settings to help improve the
security of the member's password. Setting a password Salt can be done only once, and
is used to provide some randomness when hashing the member's password. You can also set
a minimum length required for a password and the option to set a minimum password strength as Weak, Good or Strong.
Weak: This password is all lowercase, all uppercase, all numbers or all punctuation
Good: The password must be a mixture of two of the following: lowercase, uppercase, numbers or punctuation
Strong: The password must be a mixture of three or more of the following: lowercase, uppercase, numbers or punctuation
Passwords must be set with two fields, one to capture the password and one to confirm
the password.