Title: Wp registrations through wp data access plugin
Last modified: June 17, 2020

---

# Wp registrations through wp data access plugin

 *  Resolved [nick2395](https://wordpress.org/support/users/nick2395/)
 * (@nick2395)
 * [6 years ago](https://wordpress.org/support/topic/wp-registrations-through-wp-data-access-plugin/)
 * Hi Peter,
 * I have another question for you. Is it possible to register wp users with your
   data access plugin, or is it only possible if i create my own ‘registrations’
   table in my database? If that is possible, could you tell me how the sql mapping
   would have to work in order to register users (in the wp_users db table)?
 * And secondly, am i able to create some kind of page where users can edit their
   own registered profile with your plugin?
 * I hope you can help me out again.
 * Kind regards,
 * Nick Vinke

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Passionate Programmer Peter](https://wordpress.org/support/users/peterschulznl/)
 * (@peterschulznl)
 * [6 years ago](https://wordpress.org/support/topic/wp-registrations-through-wp-data-access-plugin/#post-13002091)
 * Hi Nick,
 * You can create a lookup to the WP users table. You can even create a lookup to
   the WP users table from a remote table. That is why a lookup allows you to select
   a database before selecting a table.
 * There are two documentation pages with instruction videos on this topic:
    [https://wpdataaccess.com/docs/documentation/data-projects/manage-table-options/](https://wpdataaccess.com/docs/documentation/data-projects/manage-table-options/)
   [https://wpdataaccess.com/docs/documentation/data-projects/advanced-lookups/](https://wpdataaccess.com/docs/documentation/data-projects/advanced-lookups/)
 * The second page shows how to restrict the rows shown in a lookup. There is an
   example that uses the WP users table and shows only users with a specific role.
 * Let me know if this helps…
 * Best regards,
    Peter
 *  Thread Starter [nick2395](https://wordpress.org/support/users/nick2395/)
 * (@nick2395)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/wp-registrations-through-wp-data-access-plugin/#post-13008368)
 * Thank you Peter!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Wp registrations through wp data access plugin’ is closed to new replies.

 * ![](https://ps.w.org/wp-data-access/assets/icon-256x256.png?rev=3299063)
 * [WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards](https://wordpress.org/plugins/wp-data-access/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-data-access/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-data-access/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-data-access/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-data-access/reviews/)

## Tags

 * [database](https://wordpress.org/support/topic-tag/database/)
 * [Registration](https://wordpress.org/support/topic-tag/registration/)
 * [wp_users](https://wordpress.org/support/topic-tag/wp_users/)

 * 2 replies
 * 2 participants
 * Last reply from: [nick2395](https://wordpress.org/support/users/nick2395/)
 * Last activity: [5 years, 12 months ago](https://wordpress.org/support/topic/wp-registrations-through-wp-data-access-plugin/#post-13008368)
 * Status: resolved