Skip to content

3 Different feedback mechanisms on user registration form #148

@thejonas

Description

@thejonas
  1. Enter 'aaa' in the email field of the registration form, and valid, matching passwords, and hit "register
    button
  2. A speech bubble (?) pops up saying "please enter an email address"
  3. Unrelated: The speech bubble pointy part points upwards. Should it be pointing towards the email field?
  4. Enter 'aaa@bbb' in the email field, etc.
  5. Redirected to /register page, with red text under the email field saying "Valid email required"
    2.1 Enter 'a@foo.com' in the email field at this point, and the red warning text remains until form is submitted.
    2a. Enter a valid email , but a short password (eg. 'aa')
  6. Redirected to /register page, with red text under the password field saying "This password is too insecure. Please use a password at least seven characters long."
  7. Enter non-matching passwords, and red text immediately appears. As soon as the passwords match, the red text disappears
  8. Unrelated: Under the red text complaining about the non-matching passwords, the text "Because if you don't remember it now, you never will" appears, also in red.

It seems like we should stick with one way of communicating (red text or bubbles), and give immediate feedback when we can.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions