I figured it out. All I did was create a VIEW mapping the columns like this:
CREATE VIEW wp_users (ID, user_login, user_pass, user_nicename, user_email, user_url, user_registered, user_activation_key, user_status, display_name)
AS SELECT u.user_id, u.username, u.password, u.first_name, u.email, '', u.date_created, '', 0, u.display_name
FROM Users u;
Related Posts:
- How can I add data to a custom column in the Users section of the wordpress backend?
- How to update the delete user confirmation form?
- Modify custom Users Manage page
- How to Save Different Usermeta Fields According to User Role?
- Creating search form for custom database table
- Get multiple db prefix with $wpdb
- Set user loggin status?
- Unique User Account Number + Displayed Via Shortcode
- Last time a user logged in
- Adding a Table to the wordpress database
- Updating Custom WordPress User Meta Field via REST API
- How to pass external variables to the wp_new_user_notification_email filter?
- How can I allow access to multiple users, using the same login, at the same time?
- Creating user relationships
- Function to allow “Anyone can register”?
- Make custom user table column filterable
- Get Value from Column in Plugin Table [closed]
- Add ‘Creator’ User Meta when adding user
- Follow me for WordPress blogs (multi-authors)
- Change the Labels of Users to Customers in Admin
- The function can not create a table on MariaDB server
- Creating custom database table with crud operation
- User can not login
- Allow guests to use WP Customizer but disable save button
- Users can only view their content from the front end
- List top 5 authors with most posts
- Multi-site User Sessions
- Problem with custom user meta field
- dbDelta not creating tables with composite keys
- Customizing Users in Admin Area
- Saving contact form 7 data into custom Table
- how to make a custom field readonly or disabled by user role?
- Gravity Forms – gform_field_value – query custom table breaks functions.php
- Custom select query two tables by a meta key
- Custom Database Table and foreach
- Personalized Gallery what are my options?
- how or where wordress collect unlogged user session
- WordPress search on a custom table
- No plugin populate user information in to form
- Get All Results From Other Users That Share The Same Custom User Meta As Current User
- What is my error trying to create a new table in the database?
- Invitation link to a site in multisite network does not work?
- WP_User_Query Search Multiple Keywords from a Multi-Select Field?
- data retrieval presents last set of data
- Create single{custom}.php with data in table out of wp_posts
- How to display all post from the same current usermeta
- Highlight specific user with custom field value
- Change the functionality of wordpress users module in admin
- Database custom table issues – incorrect result displayed
- Changing starting number of User ID
- Custom search by several options send on form not works
- User registration add user ID?
- How to create functions that affect only a specific user
- Custom table or form
- Create users via PHP
- Use wp_login_form function to login with a custom user table?
- How to get value from wp_usermeta table in database?
- When is it OK to create a custom table for a plugin? [duplicate]
- Is it possible assign a secondary existing role to already existing one?
- User Query Multiple Orderby Clause
- Some data of one custom user profile is erased when I update another custom user profile
- How to assign a default/priority taxonomy to be shown in url in case two taxonomy items are selected
- How can I setup a development environment which auto refresh page when code have changed [closed]
- Client viewing before deployment
- Can I upload my self hosted WordPress website on GitHub as a project? [closed]
- Advice on how to structure a custom plugin
- Custom query pagination with php parameter as arg problem
- Need to replace some text string on a title
- Problems with setting up a subdomain to serve images and scripts
- How can I delete the word `Category:` from page titles? [duplicate]
- Custom roles and capabilities media not work right
- How can I add category variable inside posts?
- Password Protection issue
- Add a custom intro page
- How to have different background image based on post category
- Why does a custom php code inside a custom template not get executed?
- How to have differents sites share the same tables of DB?
- How to add particular attribute of product in shop as well as home page
- How replace theme styles?
- Login CSS style doesn’t load instantly
- Javascript Tooltip not fully working on my wordpress page
- How to use the same custom page template to iframe multiple urls with entry of new url entered from backend
- Add a menu item to admin dashboard which isn’t a link? [duplicate]
- POST 429 Error when trying to place more than 20 images into post at once
- Delete page titles
- Adding more than one WordPress Gutenburg block type?
- Issue with navigation bar in child theme
- Creating a WP Test site without /uploads etc
- Add button to My Sites dashboard page (multisite)?
- How to prevent users from deleting their accounts?
- Custom Route Returns 301/Passing Variable from Input
- Floating CTA Image Integration
- Woocommerce dependent attributes
- Cannot go to next page on phone but can on computer
- How Can I add show_post_count in get_archives_link?
- Trouble with custom login page
- I want to use a product thumbnail completely different than the product image
- clickable toggle menu, help
- How can I edit the WordPress menu link to allow fb: instead of http
- Fixed bottom menu on mobile doesn’t work on search included in Child Theme of Storefront