Title: Multiple User Conversion
Last modified: March 24, 2017

---

# Multiple User Conversion

 *  Resolved [ryan42smith](https://wordpress.org/support/users/ryan42smith/)
 * (@ryan42smith)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/multiple-user-conversion/)
 * Hello I am working on a project for work that needs to convert hundreds of existing
   users to our new wp site. They exist in three groups called Admin, Staff and 
   Faculty, and Students. We want to integrate them from our existing database to
   be able to login on our wp site using there existing credentials. Is there a 
   way to make this possible?

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

 *  Plugin Author [Paul Gilzow](https://wordpress.org/support/users/gilzow/)
 * (@gilzow)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/multiple-user-conversion/#post-8961785)
 * I think you also contacted me via email, but wanted to follow-up here _just in
   case_ this isnt the same person. There is not currently bulk-import or ldap group
   to role association with wpDirAuth.
 * Having said that, I could create some filters/actions whereby you could hook 
   into the User Creation process passing over the user’s AD/LDAP properties (including
   memberOf array) and the WP_User object. This would allow you to then user wp_udate_user
   assigning them whatever role you want according to what group they are a member
   of. If that would be of value, let me know and I’ll work on adding those hooks.
 *  Plugin Author [Paul Gilzow](https://wordpress.org/support/users/gilzow/)
 * (@gilzow)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/multiple-user-conversion/#post-9070500)
 * Wanted to let you know I’ve almost completed version 1.9.0 which has the hooks
   I mentioned previously. If you’d like to test it out, you can access it here:
   [https://gist.github.com/gilzow/a051e5ace829c9b1e99d37d7f25a800c](https://gist.github.com/gilzow/a051e5ace829c9b1e99d37d7f25a800c)
 * Explanation of the filters/actions are available in this thread: [https://wordpress.org/support/topic/custom-field-61/#post-9067452](https://wordpress.org/support/topic/custom-field-61/#post-9067452)

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

The topic ‘Multiple User Conversion’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpdirauth.svg)
 * [wpDirAuth](https://wordpress.org/plugins/wpdirauth/)
 * [Support Threads](https://wordpress.org/support/plugin/wpdirauth/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdirauth/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdirauth/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdirauth/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Paul Gilzow](https://wordpress.org/support/users/gilzow/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/multiple-user-conversion/#post-9070500)
 * Status: resolved