Title: [Plugin: Private! WordPress Access Control Manager] About user registration process
Last modified: August 19, 2016

---

# [Plugin: Private! WordPress Access Control Manager] About user registration process

 *  Resolved [Aphrodite](https://wordpress.org/support/users/aphrodite/)
 * (@aphrodite)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/)
 * Hiya !
 * Thanks for this great plugin ! great because it is the only one of the two compatibles
   in a multisite environnement on WP 3.0.1, not allowing any network user to see
   protected area !
 * BUT : there is a related issue, not depending of your plugin but of WP itself:
   the problem that any already registered user on the network, or already subscriber
   to any blog on the network (possible with tne wpmudev plugin “blog registration”,
   restablishing the per blog registration process so that the subscriber is registered
   on THIS blog, AND the main one )
 * Just an idea, but that mean that if you are already registered on the network,
   you CANNOT register on another blog with same name/mail !!!
 * In fact we would need a kind on hack of the registration process which would 
   allow a “role request” on THIS blog if already registered !
 * Well, that was just an idea for you… a good complement for multisites environement!
 * Thanks again !
 * Best regards
 * Aphrodite

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

 *  Plugin Author [X-Blogs](https://wordpress.org/support/users/x-blogs/)
 * (@x-blogs)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/#post-1670160)
 * The only way to do this, is to add a hidden field to the registration form, where
   the blogname is extracted from the referrer. But this means the plugin must be
   activated for all blogs or for the member blog and the main blog.
 * The other way around is, to give the user the ability to subscribe the shown 
   blog in his user profile. If there are multiple blogs with user registration,
   this might be the better option!? What do you think?
 *  Thread Starter [Aphrodite](https://wordpress.org/support/users/aphrodite/)
 * (@aphrodite)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/#post-1670163)
 * Well the first part I already have it : blog registration plugin.
 * Remain “subscribe the shown blog in his user profile.” but would be better on
   a widget, or by a hack of the registration process….
 *  Plugin Author [X-Blogs](https://wordpress.org/support/users/x-blogs/)
 * (@x-blogs)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/#post-1670164)
 * Can you please post a link to this plugin?
 *  Thread Starter [Aphrodite](https://wordpress.org/support/users/aphrodite/)
 * (@aphrodite)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/#post-1670169)
 * well no its a premium one. but i can mail it to you 🙂
 *  Plugin Author [X-Blogs](https://wordpress.org/support/users/x-blogs/)
 * (@x-blogs)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/#post-1670179)
 * I don’t want you to break any terms. I’m just interested how it looks like on
   the users page, so a screenshot or a link to the plugin writers page should be
   enough.
 *  Thread Starter [Aphrodite](https://wordpress.org/support/users/aphrodite/)
 * (@aphrodite)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/#post-1670181)
 * no problem : it is GPL no worry about that.
 * its at wpmudev and single file
 *  Plugin Author [X-Blogs](https://wordpress.org/support/users/x-blogs/)
 * (@x-blogs)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/#post-1670185)
 * Ok, you can find my mail on the about page. 🙂
 *  Thread Starter [Aphrodite](https://wordpress.org/support/users/aphrodite/)
 * (@aphrodite)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/#post-1670193)
 * huh sorry what about page ?????
 *  Plugin Author [X-Blogs](https://wordpress.org/support/users/x-blogs/)
 * (@x-blogs)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/#post-1670194)
 * In my plugin – if you installed it – oliver [at] x-blogs.org
 *  Plugin Author [X-Blogs](https://wordpress.org/support/users/x-blogs/)
 * (@x-blogs)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/#post-1670222)
 * Hm, I added the function to subscribe to the blog, where the user registration
   was loaded, but there is a big problem in multisite activation. It seems in the
   multisite activation no plugins are loaded, because of the WP_INSTALLING constant.(
   And I couldn’t find a source why this is required or not.)
 * The function to add a user to a specific blog removes the user from the main 
   blog. Re-Adding them to the main blog would only be possible with a forced subscription
   at login or something like this.
 *  Thread Starter [Aphrodite](https://wordpress.org/support/users/aphrodite/)
 * (@aphrodite)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/#post-1670229)
 * the plugin goes in /mu-plugins/ … and works fine for me
 *  Plugin Author [X-Blogs](https://wordpress.org/support/users/x-blogs/)
 * (@x-blogs)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/#post-1670232)
 * I’m talking about registration in 3.0 Multisite.
 *  Plugin Author [X-Blogs](https://wordpress.org/support/users/x-blogs/)
 * (@x-blogs)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/#post-1670320)
 * Added in V1.6.0 in subdomain installations – Thanks for the suggestions!
 *  Plugin Author [X-Blogs](https://wordpress.org/support/users/x-blogs/)
 * (@x-blogs)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/#post-1670334)
 * And added subdirectory installation in 1.6.3 – so this thread should be solved
   now. 🙂

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

The topic ‘[Plugin: Private! WordPress Access Control Manager] About user registration
process’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/private-wordpress-access-control-
   manager.svg)
 * [Private! Wordpress Access Control Manager](https://wordpress.org/plugins/private-wordpress-access-control-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/private-wordpress-access-control-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/private-wordpress-access-control-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/private-wordpress-access-control-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/private-wordpress-access-control-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/private-wordpress-access-control-manager/reviews/)

 * 14 replies
 * 2 participants
 * Last reply from: [X-Blogs](https://wordpress.org/support/users/x-blogs/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-about-user-registration-process/#post-1670334)
 * Status: resolved