Opened 13 years ago
Last modified 7 years ago
#17948 new enhancement
Enhancements to the login and registration forms
Reported by: | wpdavis | Owned by: | wpdavis |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | Login and Registration | Keywords: | needs-patch |
Focuses: | ui, multisite | Cc: |
Description
I would like to propose a significant overhaul of the registration and login forms for 3.2, which I'd be happy to take on. A few things that I think would be helpful:
Combine registration processes for multisite and single-user into one form on one page.
Allow the registration and login to be templatized — no reason this should be for MS only.
Standardize filters, actions and variables between MS and single-user when at all possible.
A few related tickets:
Attachments (2)
Change History (32)
#4
@
13 years ago
My primary goal is to standardize the signup process between single-site and MS. A few things to consider:
The registration process for MS and single-site are different. In MS, you must activate your email address, in single-site you don't have to. I propose getting rid of the activation email and instead activating the user on first login. Also, I think the default text for the registration email can be finessed a bit and standardized across MS and single-site — right now on single-site it doesn't say anything.
I think the username restrictions should be standardized across both as well. More lenient by default seems better. Maybe a filter (on both) to allow people to define illegal characters?
The filters and actions between adding fields to MS and single-site registration pages should definitely be standardized. What's going to be harder is standardizing the filters and actions when validating and inserting a signup, because MS stores those signups in a different table until they're validated.
Q: Is that really necessary? Can we put all signups in the user table and purge unactivated ones on a semiregular basis? Seems like a lot of extra steps to have two tables devoted to this. And it would go a long way to standardizing that process.
#6
follow-up:
↓ 9
@
13 years ago
I'm working through some of these changes. Attached are how the templatized login page would look in TwentyTen and TwentyEleven by default.
#9
in reply to:
↑ 6
@
13 years ago
Replying to wpdavis:
I'm working through some of these changes. Attached are how the templatized login page would look in TwentyTen and TwentyEleven by default.
Out of interest (and I know you're still working on it, but...) will your proposed changes templatize the login screen by default? Will it be optional via filter?
I ask because as nice as a templatized login screen is, there are plenty of scenarios when I won't want the login screen templatized.
#13
follow-up:
↓ 21
@
13 years ago
- Version set to 3.2
I dunno... I can think of a few scenarios where dropping the login box into a main content area would not look very good. It also kind of looks like you got logged out of your site while reading it. Might rather leave the templating for a plugin?
If this moves forward, I'm happy to write new email text, but it should probably be on a separate ticket (one per issue so we can close them independently).
#14
@
13 years ago
@Jane Can I recommend, then, a plugin to return the old login screen? If the login and registration screens are fully templatized then it's a simple matter to style it any way you'd like, including how it previously was styled, but right now everyone's hands are tied to do anything. The login and registration screens need significant work anyway, so this seems like an apt time to go all-out.
#15
@
13 years ago
At this point, it's missed 3.3, so if you want to work on a plugin you won't be tied to a release schedule, and could request any necessary hooks in 3.4.
#21
in reply to:
↑ 13
@
11 years ago
Replying to jane:
I dunno... I can think of a few scenarios where dropping the login box into a main content area would not look very good. It also kind of looks like you got logged out of your site while reading it. Might rather leave the templating for a plugin?
I think that with the advent of the toolbar, it's pretty obvious if you're logged in or not. In fact it would be nicer than now, where if I go to wp-login.php, logged in or not, it always prompts me to log back in. Which is related to #14949 and a different issue.
Making the signup page filterable would help a lot of plugins, including ones that limit how many sites you can create.
#25
@
11 years ago
- Component changed from Multisite to Login and Registration
- Focuses ui multisite added
I decided to start off by compiling a complete list of all actions and filters used during the signup and registration processes.
ACTIONS:
FILTERS: