We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you try to change any user password, invalid password set causes an error response has a status code of 500 which is system exception.
Error response shouldn't have a status code of 500
Change status code of the bad request.
I set the response to 400 but 422 may be considered.
The text was updated successfully, but these errors were encountered:
Create User invalid request has a response which returns 500 #5228 (#…
c0219b1
…5229) * encoding url adding to temp * Password error code change * url fix * rename exception type * all register errors should be logged Co-authored-by: armaganpekatik <armagan.pekatik@trilogy.com>
Successfully merging a pull request may close this issue.
Description of problem
When you try to change any user password, invalid password set causes an error response has a status code of 500 which is system exception.
Error response shouldn't have a status code of 500
Description of solution
Change status code of the bad request.
Description of alternatives considered
I set the response to 400 but 422 may be considered.
Screenshots
Additional context
Affected browser
The text was updated successfully, but these errors were encountered: