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
Copy file name to clipboardExpand all lines: en/includes/guides/account-configurations/login-security/password-validation.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,15 +77,15 @@ To enable this, select the corresponding checkbox and configure the following op
77
77
</tr>
78
78
<tr>
79
79
<td>Password History Count</td>
80
-
<td><code>[Optional]</code> The number of unique passwords that must be set before reusing an old password. <br> <b> Example: </b> If set to <code>3</code>, the user cannot reuse the last three passwords they have set.</td>
80
+
<td>[Optional] The number of unique passwords that must be set before reusing an old password. <br> <b> Example: </b> If set to <code>3</code>, the user cannot reuse the last three passwords they have set.</td>
81
81
</tr>
82
82
</table>
83
83
84
84
## Password input validation
85
85
86
86
The **Password Input Validation** feature enables you to set password complexity requirements which include minimum password length and required character types.
Configure the following parameters to enforce input validation.
91
91
@@ -111,14 +111,14 @@ Configure the following parameters to enforce input validation.
111
111
</tr>
112
112
<tr>
113
113
<td>Number of unique characters</td>
114
-
<td><code>[Optional]</code> This field identifies the number of unique (non-repeated) characters the password should contain.</td>
114
+
<td>[Optional] This field identifies the number of unique (non-repeated) characters the password should contain.</td>
115
115
</tr>
116
116
<tr>
117
117
<td>Number of repeated characters</td>
118
-
<td><code>[Optional]</code>This field identifies the number of characters that can be repeated consecutively in a user password. <br> <b> Example: </b> If you assign <code>1</code> as the number of repeated characters, the password cannot contain any repeated characters consecutively. <br> The password <code>aa1@Znlq</code> is incorrect as it has the character <code>a</code> appearing consecutively.</td>
118
+
<td>[Optional]This field identifies the number of characters that can be repeated consecutively in a user password. <br> <b> Example: </b> If you assign <code>1</code> as the number of repeated characters, the password cannot contain any repeated characters consecutively. <br> The password <code>aa1@Znlq</code> is incorrect as it has the character <code>a</code> appearing consecutively.</td>
119
119
</tr>
120
120
</table>
121
121
122
122
!!! note "Validation for whitespace in passwords"
123
123
124
-
{{product_name}} automatically trims leading and trailing whitespace from passwords when creating, updating, or when entering passwords to login.
124
+
{{product_name}} automatically trims leading and trailing whitespace from passwords when creating, updating, or entering passwords to login.
0 commit comments