8000 ui: reset password page does not show validation errors · Issue #15152 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content
ui: reset password page does not show validation errors #15152
Closed
@johnstcn

Description

@johnstcn

Relates to #14232

On the "Reset Password" page, form validation errors (such as a too-weak password) are not shown correctly.

Example:

Image

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"
        }
    ]
}

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0