This is a known bug.
A fix will be available in 3.6.1, see:
http://core.trac.wordpress.org/ticket/25166
For now, either bulk remove the users in WP Admin or do something (ugly and temporary, remove when 3.6.1 is available) like:
add_action( 'wpmu_new_user', function ( $user_id ) {
global $current_site;
remove_user_from_blog( $user_id, $current_site->blog_id ); // remove user from main blog.
} );
Related Posts:
- Prevent user creating new users with specific roles
- Easily adding multiple existing users to a multisite site
- A different role for each site in a multisite
- Why are my roles not visible in a Multi-site/Network?
- wordpress multisite, how to keep user on subdomain throughout registration process?
- How to add multiple existing users to a multisite site?
- Update User Role Across Network when Main Site User is Updated
- Assign role to user on first login, if they are first (after admin)
- Get the User ID Who Owns a Given Blog ID in Multisite
- Make a user administrator to a sub directory site and a contributor to main site in multisite network
- Displaying a message upon user registration
- How to change user starting role in WordPress MultiSite?
- Add a user to a specific blog when they register?
- Four columns in the wp_users table
- Create Custom Multisite User Role to Reduce Capabilities
- Copy user role on multisite so the user can access subsites with same role
- How to change a user role after registering in multisite?
- How to fix that new users show up again in subsite of a Multisite?
- WordPress Multisite Add User
- can’t create user without email for an author after converting single site to multisite
- Possible to have duplicate usernames on different two multisites
- Modify new user email notification in network admin screen wp multisite
- Users getting linked unwanted to main mu in WordPress multisite (WPMU)
- Can’t activate a user on multisite install
- Multisite “Skip Confirmation Email” Log Out Problem
- How to create child/sub user under parent user
- How create a multisite setup with “phantom” accounts and passwords?
- Is there any way to give all users access to one blog in a multisite network without using a plugin?
- Using a number for limiting registering or banning on multisite
- How To Add Custom Form Fields To The User Profile Page?
- Where are available Roles Defined in the wp_ database?
- Where can I find documentation on what characters are allowed in user names and why?
- WordPress Multisite allow site admin to add user without email confirmation
- Network not displaying all sites and users
- What the user_status column?
- Give to site admin the option to “skip confirmation email” when adding new user
- Allowing periods in usernames
- Different back-end colour scheme for the different sites of a multisite
- How can I display all Multisite blogs where this user is administrator?
- Restrict users on multisite WordPress install
- Possible to make custom role in multisite that can add sites?
- Can’t add user to blog on registration (Multisite)
- Is there a wordpress function to cleanly delete an entry in the signups table?
- WordPress Multisite Layered Admins
- WordPress 3.2(Multisite) – How to add custom user meta fields to signup form?
- How to get a user role of a specific blog in multisite?
- the blog owner multisite
- How can I get multisite primary blog (url or path) for current user?
- Can I use multisite functions in a single-site installation?
- User registration on sub site
- How can I delete a user from entire multisite nework
- delete_user_meta : how to delete all the metadata of a given user (witout SQL)
- How to search users globally on a multisite install?
- Within the database, where is the flag which says that a user has Super Admin rights?
- Create custom role, multisite, add users/sites?
- access the plugins for each role in WordPress multisite
- What sites are you registered to when joining a multisite?
- Allow Author on Site A capability to upload files on Site B in Multi Site
- Add menu items/actions for multisite users who are registered on the network but do not have a role or capability in any sites
- Displaying different in-page content to cliente/admin
- Is the Multi site functionality a viable option for Country and Language targeting?
- Subsite access without being a member of the subsite in wp multisite network
- Multisite user roles – capabilities not working
- Limit number of users a role can create
- WordPress stuck in deleting user
- Menu page with list of users
- Admin permission for creating blogs in multisite
- How to display users with posts published between two dates (Sorted by Post-Count) [Multisite]
- Get users registered 30 days ago(or more)
- Bulk Move Users from one site to another within a network ( Multisite )
- WordPress Multisite – Load users using custom query
- How To Disable Add new users On Subsites In Multisite?
- Wait ajax to complete before continue loop
- Customising “user ids” and add to ‘user’ panel in the admin area
- How to hide some users to unlogged users [closed]
- How to delete user from MU site when the user is removed from their site?
- Customize or avoid new admin email address notification
- Using Same User Database on Subdomain
- How to get the blogs owned by a user?
- How to redirect user after session timeout
- WPMU If MU site has no administrator, deactivate site
- Multisite ‘Welcome User Email’ SITE_NAME returns ‘network’ name, not the name of the blog
- Restrict users of site 1 to login in site 2 in wordpress multisite
- “My Sites” incorrectly showing all network sites for all logged in users
- User registration on wordpress multisite
- How to use the same users table on multiple wordpress sites
- let user select roles in the wordpress subsites
- Activate User account for Sub Site broken
- WordPress single sign on using cookies with shared user role functionality between more than 2 wordpress subdomains
- Multisite error when adding a user: already a member of this site
- Multisite – User creation for second site from first site?
- Get users from all/specific blog by user_role and current_user role
- Redirect authors from upload.php url to Home page in Multisite
- Registration Page
- How to use same email for multiple users? [duplicate]
- file upload user profile
- Unsure of my options, Multi-blog?
- WordPress Multisite (Network) some site users added to main site users list as subscriber
- Change a subsite Admin role of a WordPress Multisite after 24 hours registering
- How to use 2 different databases but share the same user in wordpress