- Notifications
You must be signed in to change notification settings - Fork1.1k
Labels
Description
Relates to#14232
On the "Reset Password" page, form validation errors (such as a too-weak password) are not shown correctly.
Example:
For the above, the error response was:
"message": "Invalid password.", "validations": [ { "field": "password", "detail": "insecure password, try including more special characters, using uppercase letters, using numbers or using a longer password" } ]}