Opened 2 years ago
Last modified 2 years ago
#6345 new enhancement
Make signup form clearer
Reported by: | Clorith | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Login & Authentication | Keywords: | |
Cc: |
Description
Currently the signup form on WordPress.org also lets you provide details sch as a URL, interests, etc.
The UX of this is that the password (required field) and interests etc (optional fields) all look the same, there's no indicator that one is required or not.
This is made more obscure by the signup button being disabled if your password is not strong enough, which may reinforce the belief that these fields all need to be filled in, and potentially leading to dummy data being used.
Marking the required field(s) during signup in some manner (asterisks being a well established pattern by now), and also providing users with guidance that the reason they can not complete signup is because their password is not strong enough would go a long way to improving this flow.
Change History (6)
This ticket was mentioned in Slack in #meta by ipstenu. View the logs.
2 years ago
#4
follow-up:
↓ 6
@
2 years ago
We got our first complaint about why it keeps telling them their (invalid) URL is invalid.
This page needs some redesign work methinks.
This ticket was mentioned in Slack in #meta by tellyworth. View the logs.
2 years ago
#6
in reply to:
↑ 4
@
2 years ago
Replying to Ipstenu:
We got our first complaint about why it keeps telling them their (invalid) URL is invalid.
It works!
This page needs some redesign work methinks.
The entire signup flow needs some work :)
The existing fields that are asked for are not exactly important, and are mostly just to distract people while they wait for the signup confirmation email to turn up.
The visual design of the pages needs updating, including making the forms wider, to match the design of WordPress.org/news - See https://github.com/WordPress/wordpress.org/pull/53 for a start on that before learning the visual design wasn't finalised.
It would also be nice if we validated the domain in the form. Just a javascript "That domain is invalid" for when people put in silly things like http:/wordpress.org (see the one slash?) or https://wordpress (no TLD).