You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After enabling this configuration, the password policy can be edited by navigating to Password Validation under the Login & Registration tab.
However, even with this configuration enabled for password validation, if you navigate to the Users tab and attempt to reset a user's password, the validation rules API (/api/server/v1/validation-rules) is incorrectly used to fetch the password policies. The correct policies should be retrieved from the old connector.
This issue should be fixed in the Console UI and any other locations where it occurs.
Steps to Reproduce
Add the above-mentioned configuration to the deployment.toml file and restart the server.
Set a password validation rule in the console.
Try to reset or set a user password (the rules in the validation rules API are used to validate the password).
Version
wso2is-7.0.0
Environment Details (with versions)
OS: Mac OS
Database: H2
Userstore: JDBC
The text was updated successfully, but these errors were encountered:
Description
When the following configuration is added, password policy validation can be performed in a manner compatible with previous versions of WSO2 IS:
After enabling this configuration, the password policy can be edited by navigating to Password Validation under the Login & Registration tab.
However, even with this configuration enabled for password validation, if you navigate to the Users tab and attempt to reset a user's password, the validation rules API (/api/server/v1/validation-rules) is incorrectly used to fetch the password policies. The correct policies should be retrieved from the old connector.
This issue should be fixed in the Console UI and any other locations where it occurs.
Steps to Reproduce
Version
wso2is-7.0.0
Environment Details (with versions)
The text was updated successfully, but these errors were encountered: