My first guess would be to try following:
- Create a separate clean install of multisite
- Move user tables from it to your site
I vaguely remember encountering situation like this before, but not what the outcome was.
Also backup current state immediately, so at least you have that captured, in case you make things worse while attempting a fix.
Related Posts:
- Check for user meta data at Login
- stop login if user_status equal zero
- Should I encrypt the response that triggers an Ajax action? Is nonce sufficient?
- WordPress – Security Question at Login from User’s Meta Data
- user_login vs. user_nicename
- Difference between update_user_meta and update_user_option
- get_user_meta() doesn’t include user email?
- Automatically delete inactive users after 2 months
- Replacing the WordPress password validation
- WordPress auto login after registration not working
- Allow up to 5 Concurrent Login Sessions
- How to display custom user meta from registration in backend?
- Allowing an email as the username?
- Grouping users under parent user
- How to create a template for a custom URI associated with the user
- How to order users alphabetically by their last name?
- Extending WP_User class and using this sub-class during the whole lifecycle
- Why does is_user_logged_in() return false after redirect from another site?
- Wp_User_Query not sorting by meta key
- How we can get the user id by its display_name
- WP_User_Query with combined meta query – not working?
- How to use hyperdb to separate and share a user dataset between wordpress installs?
- LEFT JOIN, INNER OUTER JOIN, LEFT OUTER JOIN is driving me crazy. Please help?
- \WP_User Object | What’s the Difference Between {caps} and {allcaps}?
- Show Biographical Info while creating new user
- include user profiles in search results?
- How to add follow functionality to multi-author wordpress site?
- Search multiple meta keys at once
- Pre-populate Username Field
- Where to Store Custom User Fields
- Plugin that would allow WordPress Authors to “follow” other Authors and query “Activity Info” from that
- Querying Email Addresses for a List of Users with Same Last Name?
- Display sortable User meta column in admin panel user’s page
- User profile custom field
- Front end user meta options for users
- How to keep track of user logins?
- Get user info outside WordPress
- ACF Upload Image in front-end with custom form
- How can I secure a WordPress blog using OpenID from a single provider?
- Is it possible to get a user with just the password field?
- Hide a user from WordPress
- Redirect after login based on user role (custom login page)
- Drop down list in user profile page
- Redirect User to Homepage if no other redirect is specified
- My custom page template with is_user_logged_in() does not detect that I’m logged in
- Searchable meta value in user.php
- How to add country drop down menu to the user profile?
- Use phpbb user database for WordPress
- Delete user from frontend
- WordPress to use Drupal users’ credentials
- Add custom fields to the user profile
- Share user table from WP with Drupal
- Memory usage for scalable usermeta queries
- How can I allow password reset based on logins containing the @ character?
- A way to count logged in users and display count?
- Does wp_delete_user() remove all user content?
- WP User Query fails when searching meta queries and search columns
- Log all users out of all locations after 24 hours
- How can i create an array user meta?
- How to set show admin bar front to true for all users?
- How do i make my wordpress website private?
- Add user data to table when user is created?
- User Last Login Sort Column
- Updating user meta
- WordPress User Meta & ChromePHP or other way to debug/view php variables
- Redirect user to login before viewing custom post
- Change the user_login at registration
- Use wp_update_user to update custom column in wp_users table
- Are User Levels Still Currently Used?
- Max no of simultaneous active sessions for a single user
- WPML Default Language User Meta [closed]
- Display users in order by an “order” custom meta field
- Search Users base on meta_value & meta_key
- mysql query two database tables, users and usermeta and sort by custom meta int value
- Rest API code to get ID of current user not working: get_current_user_id() gives 0
- When I try to login in wordpress it is showing “USER Doesn’t Exists”
- Updating wp_user_level on user update
- Redirect subscribers to last viewed page after log-in
- User Meta Data in a Sortable Table
- get_user_meta an ID for multiple functions
- wordpress disable login for unverified user
- Reset Password policy
- Rewrite Rules and Login Issue
- How can I attach a user to another user with user meta
- Column Sorting Code on users.php
- Is possible to allow user to login with different role?
- Creating user without username and password
- List users by meta_key and meta_value
- Is this code true or not
- Use WordPress Login for a non-wordpress site
- users and usermeta table
- WordPress Login Customization for External Authentication
- WordPress SQL Issue not returning correct reselts
- User description only displayed for logged user
- The Simple and Correct Way to Add User Meta
- Does wordpress support natively the concept of logging-in users? (not admins, but users of the website)
- How to pull all the contributer users records and order by Designation (which is users meta data)?
- cannot get user_registered date from get_user_meta
- Is there any action /filter hook I can use to disable login for some user role?
- How to check User Role and redirect to specific page according to Role when login in WordPress?