Skip to content
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

fix(config-api): user validation error message not displayed for invalid password #8374

Closed
pujavs opened this issue Apr 24, 2024 · 1 comment · Fixed by #8383
Closed

fix(config-api): user validation error message not displayed for invalid password #8374

pujavs opened this issue Apr 24, 2024 · 1 comment · Fixed by #8383
Assignees
Labels
comp-jans-config-api Component affected by issue or PR effort-3 Relative effort required for completion of issue or PR kind-bug Issue or PR is a bug in existing functionality priority-3 Issue or PR is relevant to core functions, but does not impede progress. Important, but not urgent

Comments

@pujavs
Copy link
Contributor

pujavs commented Apr 24, 2024

Describe the bug
If user password attribute does not meet the validation criteria then appropriate error message should be displayed. At present server return only Internal server error - 500

@pujavs pujavs added kind-bug Issue or PR is a bug in existing functionality comp-jans-config-api Component affected by issue or PR effort-3 Relative effort required for completion of issue or PR priority-3 Issue or PR is relevant to core functions, but does not impede progress. Important, but not urgent labels Apr 24, 2024
@pujavs pujavs self-assigned this Apr 24, 2024
@pujavs
Copy link
Contributor Author

pujavs commented Apr 26, 2024

Fixed via PR 8383

  • POST /jans-config-api/mgt/configuser
    image

-PUT /jans-config-api/mgt/configuser
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-config-api Component affected by issue or PR effort-3 Relative effort required for completion of issue or PR kind-bug Issue or PR is a bug in existing functionality priority-3 Issue or PR is relevant to core functions, but does not impede progress. Important, but not urgent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant