[MODUSERSKC-9] (Demo env) Error when generating password reset link for a user without credentials Created: 15/Jan/24 Updated: 19/Jan/24 |
|
| Status: | Open |
| Project: | mod-users-keycloak |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | TBD |
| Reporter: | Yauhen Viazau | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | back-end, epam-eureka | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Attachments: |
|
| Sprint: | |
| Development Team: | Eureka |
| RCA Group: | TBD |
| Description |
|
Overview: Error when generating password reset link for a user without credentials Preconditions: On Demo env:
Steps to Reproduce:
Expected Results: Reset request yielded success response Actual Results: Response with status "400" and token validation error in body:
{
"errors": [
{
"message": "[400 Bad Request] during [POST] to [http://notify] [NotificationClient#sendNotification(Notification)]: [Requested template does not support 'text/plain' output format]",
"type": "BadRequest",
"code": "validation_error"
}
],
"total_records": 1
}
Additional Information: Password reset link successfully generated for a user with credentials The same error is returned in response to POST /users-keycloak/forgotten/password (if user does not have credentials created) Interested parties: |