camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
231 stars 286 forks source link

[Accessibility] [UX] Sign up page: Error message not helpful #1001

Open nwanduka opened 5 days ago

nwanduka commented 5 days ago

Describe the bug When you enter an invalid email, the error message prompts you to enter a valid email but doesn't suggest what constitutes a valid email.

To Reproduce Steps to reproduce the behavior:

  1. Go to the Sign Up page.
  2. Enter an invalid email address (e.g., "user@domain").
  3. Submit the form.
  4. See error message

Expected behavior An error message should appear with a suggestion indicating what a valid email should look like (e.g., "Please enter a valid email address in the format: user@example.com").

Screenshots image