Title: [Plugin: Private! WordPress Access Control Manager] User Accounts
Last modified: August 19, 2016

---

# [Plugin: Private! WordPress Access Control Manager] User Accounts

 *  Resolved [SixDegreesPGH](https://wordpress.org/support/users/sixdegreespgh/)
 * (@sixdegreespgh)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-user-accounts/)
 * Where do I add the user accounts? Is that a separate plugin?
 * Thanks!
 * SixDegreesPGH
 * [http://wordpress.org/extend/plugins/private-wordpress-access-control-manager/](http://wordpress.org/extend/plugins/private-wordpress-access-control-manager/)

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

 *  [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-user-accounts/#post-1671596)
 * Hm, what do you mean? There are only two usergroups. Guests or members of your
   blog. If they are subscribers or otherwise related to your blog they can see 
   all your pages. Stop! 🙂
 * But you can restrict their access by giving them specific time period, they can
   access your pages. You can use the normal user accounts, you already have or 
   add new accounts under Users > Add new. You can edit their access time under 
   their profile.
 *  Thread Starter [SixDegreesPGH](https://wordpress.org/support/users/sixdegreespgh/)
 * (@sixdegreespgh)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-user-accounts/#post-1671607)
 * I want my site to be 100% private as my client wants to be able to grant access
   to users himself. There are no current users of the site apart from me, the super
   admin.
 *  [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-user-accounts/#post-1671616)
 * You can change the rights with the capability manager or user manager and give
   your client the right to edit users and a new capability ‘edit_user_auth’ or 
   something like that. Then edit function edit_user AND the next function edit_user_submit
   in lib/xfw_private_class.php (around line 800):
 *     ```
       if(!current_user_can('manage_options')
           return;
       ```
   
 * to
 *     ```
       if(!current_user_can('edit_user_auth')
           return;
       ```
   
 * That’s it!
 *  [X-Blogs](https://wordpress.org/support/users/x-blogs/)
 * (@x-blogs)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-user-accounts/#post-1671960)
 * I thought about it and build in a variable for this in version 1.7.0. So I will
   mark it as resolved now.

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

The topic ‘[Plugin: Private! WordPress Access Control Manager] User Accounts’ 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/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [X-Blogs](https://wordpress.org/support/users/x-blogs/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-private-wordpress-access-control-manager-user-accounts/#post-1671960)
 * Status: resolved