[wp-trac] [WordPress Trac] #15467: Multisite with separate users table
WordPress Trac
wp-trac at lists.automattic.com
Fri Apr 27 14:38:38 UTC 2012
#15467: Multisite with separate users table
-----------------------------+-----------------------
Reporter: fale | Owner:
Type: feature request | Status: reopened
Priority: normal | Milestone:
Component: Multisite | Version: 3.4
Severity: normal | Resolution:
Keywords: close |
-----------------------------+-----------------------
Changes (by lightningspirit):
* status: closed => reopened
* version: 3.0.1 => 3.4
* resolution: wontfix =>
Comment:
I think the problem is the user level.
In my experience the idea of having separate user tables is good for WP
hosting in a single install, but not for a network like wordpress.com.
I think it could be an checkbox option while installing the multisite:
"Separate user table for each blog?"
If the admin turns it on it should:
- create a separate wp_$blogID_users and wp_$blogID_usermeta tables for
each blog to hold all the users that belongs to that blog.
- create a central wp_users and wp_usermeta tables to hold network admins.
In this case, if the admin promote a blog user to manage the network it
will replicate the user to wp_users.
The same thing happens if someone is trying to create a new user in the
wp_$blogID_users but that user exists in wp_users, it will only replicate
to wp_$blogID_users.
Also this is very good to host blogs that want themes like the ones in the
AppThemes...
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15467#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list