Skip to content

Commit

Permalink
Merge pull request #4924 from Malith-19/update-password-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
kayathiri4 authored Dec 20, 2024
2 parents 5489329 + 9d83bce commit a8facda
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 a8facda

Please sign in to comment.