The password that a user defines must meet certain requirements — for example, it
must contain at least 12 characters, it must include a numeral, and so on. You can configure
the requirements as needed for your organization.
시작하기 전에
Role required: password_reset_admin
이 태스크 정보
The base system includes example
credential stores with various password requirements. You can modify password
requirements and provide users with hints for creating a password. The default
requirements are:
- At least eight characters
- At least one uppercase and one lower case letter
- At least one numeral
프로시저
-
Navigate to .
-
Select the credential store in the list and then configure the following
settings:
| Field |
Description |
| Password rule hint |
Specify the text that appears on the password reset page to help the user to create a password that meets all requirements. The Password rule script enforces the
requirements.주: The Password Reset Windows Application supports newline characters in the hint. Other formatting is not supported (bold, underline, hyperlink, and so
on). |
| Password rule |
Specify the client script that validates the new password that the user enters. The script is invoked when the user enters a new password and clicks Password Reset. You can use the script to enforce password strength/complexity requirements. |
| Enable Password Strength |
Select the check box to:
- Display the text box for the Strength rule script so you can update the script.
- Display the graphical Password Strength bar to the user while the user changes or resets the password.
주: The Password Reset Windows Application does not support Password Strength. |
| Strength rule |
This text box appears only if you select Enable
Password Strength. Specify the client
script that calculates the strength/complexity of the
password that the user enters. The script is invoked
when the user begins to enter a new password during the
reset process. Default settings:
- Selected for local ServiceNow
credential stores
- Not selected for other credential stores
|
-
Click Submit.
You should test the connection to a credential store after you configure
a new credential store or when users experience problems that might involve the
connection.
-
Navigate to and then open the credential store.
-
In the header bar, click Save and Test Connection.
A progress page displays the result of the test.