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
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"
}
]
}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: