Skip to content

Commit 509604f

Browse files
Merge pull request #5545 from pavinduLakshan/is_7_add_pwd_len_config
2 parents adfdf83 + 7bcb54e commit 509604f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,14 @@ Configure the following parameters to enforce input validation.
184184
!!! note "Validation for whitespace in passwords"
185185

186186
{{product_name}} automatically trims leading and trailing whitespace from passwords when creating, updating, or entering passwords to login.
187+
188+
{% if product_name == "WSO2 Identity Server" %}
189+
!!! note "Password maximum allowed length"
190+
191+
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.
192+
193+
```toml
194+
[identity_mgt.password_policy]
195+
max_password_allowed_length = 128
196+
```
197+
{% endif %}

0 commit comments

Comments
 (0)