diff --git a/en/identity-server/next/docs/assets/img/guides/organization/account-security/password-validation/password-input-validation.png b/en/identity-server/next/docs/assets/img/guides/organization/account-security/password-validation/password-input-validation.png index 9650b6637c..6a2586f850 100644 Binary files a/en/identity-server/next/docs/assets/img/guides/organization/account-security/password-validation/password-input-validation.png and b/en/identity-server/next/docs/assets/img/guides/organization/account-security/password-validation/password-input-validation.png differ diff --git a/en/includes/guides/user-accounts/account-security/password-validation.md b/en/includes/guides/user-accounts/account-security/password-validation.md index 9a046bbc3d..6067aace71 100644 --- a/en/includes/guides/user-accounts/account-security/password-validation.md +++ b/en/includes/guides/user-accounts/account-security/password-validation.md @@ -121,4 +121,15 @@ Configure the following parameters to enforce input validation. !!! note "Validation for whitespace in passwords" - {{product_name}} automatically trims leading and trailing whitespace from passwords when creating, updating, or when entering passwords to login. \ No newline at end of file + {{product_name}} automatically trims leading and trailing whitespace from passwords when creating, updating, or when entering passwords to login. + +{% if product_name == "WSO2 Identity Server" %} +!!! note "Password maximum allowed length" + + 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. + + ```toml + [identity_mgt.password_policy] + max_password_allowed_length = 128 + ``` +{% endif %} \ No newline at end of file