-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(admin-ui): enable dialog for password which is not following rule #1593
Comments
Hi @pujavs The APIs in OpenApi specs do not have an error response body. The Admin UI is not able to display the error from APIs due to this reason. Could you please check and advise. |
Signed-off-by: Arnab Dutta <[email protected]>
feat: enable dialog for password which is not following rule #1593
@duttarnab : i am reopening the issue. Seems like we are unable to modify any other attribute in Admin-UI when this password validation is applied. Meaning:
Here is a GIF: |
Hi @pujavs I tried to debug this issue more, it seems that on update of user details (PUT) the api still validates the password (even if there's no change in that field Req URL:
|
We have a feature that can validate strong password policy.
This is how we enable it.
In TUI, upon enabling strong password policy, no user can create simple password. TUI throw error like below:
We would like to throw such type of error message from Admin-UI as well.
The text was updated successfully, but these errors were encountered: