Skip to content

Commit a8facda

Browse files
authored
Merge pull request #4924 from Malith-19/update-password-validation
2 parents 5489329 + 9d83bce commit a8facda

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
-10.2 KB
Loading

en/includes/guides/user-accounts/account-security/password-validation.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,15 @@ Configure the following parameters to enforce input validation.
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 when entering passwords to login.
125+
126+
{% if product_name == "WSO2 Identity Server" %}
127+
!!! note "Password maximum allowed length"
128+
129+
In {{product_name}}, the maximum allowed password length is 64 by defualt and if you need to increase this value for your need you neeed to add below configuration.
130+
131+
```toml
132+
[identity_mgt.password_policy]
133+
max_password_allowed_length = 128
134+
```
135+
{% endif %}

0 commit comments

Comments
 (0)