Specifying the attributes for passwords

You can specify these profile attributes for passwords:

Attempts
Number of times that a user is permitted to try to log in with an incorrect password. The default value is 3. (SECURITY.FAILEDLOGINLIMIT)
Life Span
Number of days that the password is valid. The default value is 30. (SECURITY.PASSWORDLIFE)
Reuse
Length of time, in years, before a password can be reused. The default value is 1. (SECURITY.PWDREUSEPERIOD)
Minimum Length
The default value is 6. (SECURITY.PASSWORDMINLENGTH)

If desired, you can customize the password requirements for your site.

See Security.PwdMask.