Skip to content

User does not see feedback in the Reset Password form when the passwords don't match #322

@francisli

Description

@francisli

Reproduce:

  1. Open Routed to the Login page
  2. Go to Forgot your password?
  3. Submit a registered email address, i.e. [email protected]
  4. Open the link in the email (in development, open Mailcatcher on http://localhost:1080)
  5. In the Reset Password form, type different passwords in Password/Confirm Password
  6. Observe: no feedback, submit button remains disabled

Possible solutions:

  1. Perform validation on debounced input changes in Confirm Password field, and show an error message when values don't match. This could be annoying as you may see the error message while you're still typing the password (depending on debounce timing)

  2. Leave the Reset Password button enabled, and do the match validation on submit. Note that currently, the back-end is not doing validation, only the front end. Should we do both?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions