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?
- How to allow an user role to create a new user under a role which lower than his level only?
- Site admin in a network install can’t edit users?
- How to use same email for multiple users
- Where can I find documentation on what characters are allowed in user names and why?
- How can I un-reserve a pending username registration?
- How do I programmatically set default role for new users?
- Is there a is_user_logged_in() for multisite?
- WordPress Multisite allow site admin to add user without email confirmation
- Troubleshooting a “You do not have sufficient permissions to access this page” error
- Network not displaying all sites and users
- What the user_status column?
- WordPress Multisite – When a user signs-up on main site, how to add the user to a subsite
- How to use alias domain for multisite installation?
- Issue with Custom Roles in Multisite
- Give to site admin the option to “skip confirmation email” when adding new user
- How to enable a site administrator to edit users in a WordPress network/ multisite setup?
- Allowing periods in usernames
- Different back-end colour scheme for the different sites of a multisite
- Remove Site Name from register form – Multisite
- Set up collaborative site
- How can I display all Multisite blogs where this user is administrator?
- Integrating WordPress to my website, while keeping my own authentication system
- Add role across network in multisite
- Restrict users on multisite WordPress install
- Possible to make custom role in multisite that can add sites?
- How does WordPress connect sites and the wp_users table?
- Get first_name and last_name on user_register hook
- Can’t add user to blog on registration (Multisite)
- Is there a wordpress function to cleanly delete an entry in the signups table?
- Allowing logged in users to comment without moderation across a multisite installation
- Can you have multi-site WP and keep users separate?
- WordPress Multisite Layered Admins
- WordPress 3.2(Multisite) – How to add custom user meta fields to signup form?
- User / membership Plugin [closed]
- WordPress Multisite Network Subdomain
- Importing Posts into New Website with Same User ID’s
- WordPress automatic Login on other page?
- Multisite: How to bypass wpmu_signup_user_notification and add my own notification logic?
- Allow users to register on multisite through WooCommerce using the same email address
- Multisite error when adding a user: already a member of this site
- Activation of new Registered site fails on multisite
- Is Multisite the RIGHT option for my case?
- Should I use MultiSite for a subdomain based wp site?
- User registration problem on multisites web
- Get current user outside of WordPress Multisite
- Multisite – User creation for second site from first site?
- How to Create WPMu New User?
- Multisite vs Role Scoper
- WordPress MU users – how are they organized?
- Get users from all/specific blog by user_role and current_user role
- Possible to set new user’s site time zone at user creation using Gravity Forms?
- multisite registration: check existing subdomains while typing
- How can I display all Multisite blogs where this user is administrator?
- Redirect authors from upload.php url to Home page in Multisite
- WordPress multi user registration sites
- How to give “author” user role appropriate capabilities to add PollDaddy polls? WordPress multisite
- Registration Page
- Multisite and users being listed on network administration dashboard and not main site dashboard
- 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
- WordPress Multisite restict user access
- Multisite Login Access Restrictions
- 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
- Non-super-admin users cannot access CPT even though I have explicitly added the capabilities to the user role
- How to add default folders to Every registered User when registered in WordPress site?
- Condionally/limited emails from system (cantact-form, registration, passwd reset)With