[wp-trac] [WordPress Trac] #25166: New users are automatically subscribed to the main blog
WordPress Trac
noreply at wordpress.org
Wed Aug 28 17:58:45 UTC 2013
#25166: New users are automatically subscribed to the main blog
--------------------------+-----------------------------
Reporter: conner_bw | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.6
Severity: normal | Keywords:
--------------------------+-----------------------------
Prerequisites:
* Install WordPress 3.6 Multi-Site
* Enable "Both sites and user accounts can be registered."
* Logout
Steps to reproduce:
* As a new user, sign up for a new site (Aka: Gimme a site!)
* Successfully go through the process
Expected:
* User is not a Subscriber to main blog, rather she an Admin to her own
blog.
Actual:
* User is a Subscriber to main blog, and and Admin to her own blog.
Extra:
"Expected" was happening in 3.4, and 3.5.
This issue started happened when we upgraded to 3.6
I did a trace and `add_action( 'wpmu_activate_user',
'add_new_user_to_blog', 10, 3 );` and
`add_new_user_to_blog()` never gets called. This is where the desired
action happens.
Thank you for your consderation
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25166>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list