- Enter 'aaa' in the email field of the registration form, and valid, matching passwords, and hit "register
button
- A speech bubble (?) pops up saying "please enter an email address"
- Unrelated: The speech bubble pointy part points upwards. Should it be pointing towards the email field?
- Enter 'aaa@bbb' in the email field, etc.
- 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')
- 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."
- Enter non-matching passwords, and red text immediately appears. As soon as the passwords match, the red text disappears
- 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.
button
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')
It seems like we should stick with one way of communicating (red text or bubbles), and give immediate feedback when we can.