Skip to content

Commit e531769

Browse files
Merge pull request #4965 from himeshsiriwardana/ss-fix-password-validation
Fixed a broken image issue in password validation doc
2 parents 9d7eab9 + f4be4cf commit e531769

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
158 KB
Loading
56.3 KB
Loading
106 KB
Loading

en/includes/guides/account-configurations/login-security/password-validation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ To enable this, select the corresponding checkbox and configure the following op
7777
</tr>
7878
<tr>
7979
<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>
8181
</tr>
8282
</table>
8383

8484
## Password input validation
8585

8686
The **Password Input Validation** feature enables you to set password complexity requirements which include minimum password length and required character types.
8787

88-
![Password Input Validation]({{base_path}}/assets/img/guides/organization/account-security/password-validation/password-input-validation.png){: width="800" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
88+
![Password Input Validation]({{base_path}}/assets/img/guides/organization/account-security/password-validation/password-input-validation.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
8989

9090
Configure the following parameters to enforce input validation.
9191

@@ -111,14 +111,14 @@ Configure the following parameters to enforce input validation.
111111
</tr>
112112
<tr>
113113
<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>
115115
</tr>
116116
<tr>
117117
<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>
119119
</tr>
120120
</table>
121121

122122
!!! note "Validation for whitespace in passwords"
123123

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

Comments
 (0)