-
Notifications
You must be signed in to change notification settings - Fork 120
Inline Email and password validation #5857
Comments
CC @ryanfeeley |
@vladikoff Can I work on this as part of my Outreachy contribution? |
@MynahMarie this bug is a bit complex. Here's a simpler one to get started first: #5354 (comment) |
Hey, @davismtl @vladikoff. Can I work on this issue? Thanks! |
@hritvi this one is complex, let's skip it |
@hritvi , @vladikoff is correct. We are writing a full spec for this one as a part of better aligning with NIST requirements: |
To provide additional clarification to the last comment, @vladikoff I am not opposed to resolving this issue before getting NIST style password validation. The basic functionality requested in this bug is a basic we should do which will most certainly help registration and login rates. |
With the password strength experiment, we do inline validation of the password. Closing. If we want to do email at a later date, let's open a new bug. |
During Sync Fest we observed that during registration we only validate the email format and that the 2 password fields match on form submit.
This causes the browser to offer saving a potentially wrong email or password.
The user then needs to make the changes and submit again.
Let's do validation on blur so that users can fix problems immediately.
I don't think it's necessary to A/B test this but if we prefer to then we can create a lightweight feature doc.
The text was updated successfully, but these errors were encountered: