Configure password options to help ensure that unauthorized users cannot easily identify passwords. For example, you can set a rule that passwords have at least eight characters with at least has one capital letter and one numeric value.
Follow these steps:
The following fields require explanation:
Specifies two options: a simple password character limit or a custom expression that specifies upper and lowercase characters and numeric values.
Defines the minimum number of characters a password can contain. If you change the setting, the product prompts users to change their passwords if they violate the new rule.
Limits: 0-99
Allows you to define an expression for a password. Select to enable the Regular Expression and the Error Message fields.
Defines one or more of the following expressions to specify acceptable characters for the password:
Values:
Example: Set a rule that specifies a password can include any lower- or uppercase alphanumeric or special characters, and must be between 8-16 characters in length.
^ (?=.*[a-z]) (?=.*[A-Z]) (?=.*[~'!@#$%^&*)(-+=]) .{8,16}$
Defines the message to display to users who do not enter properly formatted passwords.
Example: "Invalid password; enter a valid password that has at least eight characters, one uppercase letter, and one number."
The product forces all users to change their password during the next login.
| Copyright © 2012 CA. All rights reserved. |
|