I think you want to install your second site on the same database but with a different table prefix, e.g. $table_prefix = "qa_"; in wp-config.php
You are then able to define a custom user and/or user_meta table by adding the following lines to wp-config.php
define('CUSTOM_USER_TABLE', [orig_table_prefix].'my_users');
define('CUSTOM_USER_META_TABLE', [orig_table_prefix].'my_usermeta');
Source: http://codex.wordpress.org/Editing_wp-config.php#Custom_User_and_Usermeta_Tables
I have read somewhere before that you may have to sort out a couple of issues of admin users on the second site, can’t find the link at the moment.
Related Posts:
- Migrating users from .com to .org?
- How do I transfer user passwords from one WordPress site to another?
- Move users and passwords from one wordpress site to another
- Will wordpress tools import do everything I need to copy one site to another
- How to safely trigger password reset emails for thousands of users
- Moving users from joomla to wordpress
- User management missing after migration to new host
- Migrating Users along with their password
- Will users still be able to log in if I change host?
- How to allow an user role to create a new user under a role which lower than his level only?
- How to programatically change username (user_login)?
- How to change user_login with wp-cli?
- Replacing the WordPress password validation
- how to use joomla password format in wordpress?
- How to do get_users() with multiple meta_keys
- ‘username_exists’ still returns an ID even after deleting record from the database?
- order users with drag’n’drop?
- Force users to complete their profile after they register? How to
- include user profiles in search results?
- Plugin that would allow WordPress Authors to “follow” other Authors and query “Activity Info” from that
- User profile custom field
- Authors Page : A page of authors
- How-to Delay The Capability To Publish Posts?
- Multiple Single Installs of WordPress with a central user base
- Limit content by user registration date
- What is the best way to avoid spammers registering to my blog?
- Authenticate user using Hashed Password in MySQL Query and C#
- What do spammers gain by signing up as a user?
- add ‘file upload’ field to user details
- Completely hide user info
- get_userdata by username
- Prevent Admin user to edit/see super admin from users list
- How can I check if the admin bar is visible to the current user?
- Redirect User to Homepage if no other redirect is specified
- How wordpress retrieves user info?
- trying to list users & display first – last name
- Get users order by meta key with limit
- Hide everything on site for visitors except specific page IDs
- current user can edit user?
- WordPress Authentication Middleware
- the_author_meta(‘user_url’, $author->ID) not working properly. how can I solve this?
- How to set show admin bar front to true for all users?
- Order users by last word of last name
- show text If special user is logged
- Remove user profile field [duplicate]
- Fatal error: Call to undefined function get_users()
- Allow user access to Dashboard only!
- Does an AJAX call on the Admin Side Automatically include the User Data/Capabilities?
- Updating wp_user_level on user update
- WP_User_List -> How to open a new edit-page in WordPress admin backend!
- How do I protect user_activation_key?
- WP not logging in at first time
- Search Function on a plugin WordPress User
- Replace Gravatar with UserPhoto in All Users Coulmn view
- Calling User Nickname
- How redirect after registration?
- create new users in db starting at what ID?
- About WordPress capabilities [closed]
- No more administrator roles / permissions after WordPress upgrade
- How to display text if profile fields are not filled?
- Load user by specific role
- Order users by user role
- Get user by meta key – WP multi site
- Change user slug in Buddypress
- Creating a user from a different website
- New User Save Filter
- Assigning multiple or additional capabilities to specific users or how to create additional roles like bbpress roles?
- Using get_user in wordpress with sorting
- Using my own user table
- Add number of members to “Right Now” dashboard widget
- How can I add authors in WordPress and assign them a picture?
- wp_generate_password sets password but can’t login using created password
- add class to element if user is not logged in [closed]
- Get users meta and show to attribute
- How can admins to be notified of changes when users change their WP profiles?
- Custom Password Reset
- Can I add a unique code for each user based on the location?
- Migrate Users From laravel to wordpress
- Can you Recover a WordPress User from a Backup
- wp-admin/users.php Add a column with last name
- Is nicename the same as nickname in WP?
- How to update a user with REST API v2 knowing only the username?
- How do I delete a wordpress user from giant database?
- get_users – Sort by a different meta_value than search criteria
- How to prevent deleteting specific user?
- Display recent members
- Update user counts in admin interface
- How to get the username for a custom link
- Groups roles & capabilities
- Restrict Access to the User Profile
- Username has been exposed
- How To Find The ID Of All Registered Users?
- How to order posts by the user_login that corresponds to a meta_value (which is a user id)?
- How to get only 1 role from user
- How to expire guest users after 1.5 hours logged in?
- hide woo commerce dashboard status and reports from woo commerce from specific users but display to other users
- User agent stylesheet distorting site [closed]
- Wordpres password as plain text in email
- How is user visits calculated
- Can Authors detach a syncd pattern?