Skip to content

Commit

Permalink
Update the password validation content.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malith-19 committed Dec 10, 2024
1 parent 25d7f03 commit 9d83bce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
{{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 %}

0 comments on commit 9d83bce

Please sign in to comment.