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
Describe the issue:
The account recovery v2 returns 500 status code when user set the invalid channel id in the request body of the /recovery/password/recover. This should return 400 since the issue is from the invalid request body.
How to reproduce:
Try username/password init api call and get a recovery code for the recovery by following api call.
{
"code": "UAR-10004",
"message": "Internal server error",
"description": "Channel ID does not exist",
"traceId": "455ba900-e59a-4398-9a94-cb85a4994581"
}
Expected behavior:
Status code should be changed to 400.
Environment information (Please complete the following information; remove any unnecessary fields) :
Product Version: 7.1.0-m3
OS: Mac
Database: [e.g., MySQL, H2]
Userstore: [e.g., LDAP, JDBC]
Optional Fields
Related issues:
Suggested labels:
The text was updated successfully, but these errors were encountered:
Describe the issue:
The account recovery v2 returns 500 status code when user set the invalid channel id in the request body of the
/recovery/password/recover
. This should return 400 since the issue is from the invalid request body.How to reproduce:
Current behavior
Expected behavior:
Status code should be changed to 400.
Environment information (Please complete the following information; remove any unnecessary fields) :
Optional Fields
Related issues:
Suggested labels:
The text was updated successfully, but these errors were encountered: