Title: Super Admin Problems
Last modified: June 12, 2020

---

# Super Admin Problems

 *  Resolved [hessercan](https://wordpress.org/support/users/hessercan/)
 * (@hessercan)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/super-admin-problems/)
 * So I run a WordPress Multisite and when I login to the site with this plugin 
   enabled I get completely locked out of the backend. I just keep getting redirected
   to the client zone. A regular admin can login just fine, just not me… The super
   admin.

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

 *  Anonymous User 15356385
 * (@anonymized-15356385)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/super-admin-problems/#post-12975553)
 * [@hessercan](https://wordpress.org/support/users/hessercan/) the MDJM plugin 
   has been transferred to a new developer, but when I managed it, it was not Multisite
   compatible. I do not believe any updates have taken place since the change in
   ownership that would make it compatible
 *  Thread Starter [hessercan](https://wordpress.org/support/users/hessercan/)
 * (@hessercan)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/super-admin-problems/#post-12975620)
 * Maybe you could help point me in the right direction so I can fix it. When an
   administrator logs in everything is fine, but when the super admin logs in, any
   attempt to get to wp-admin is redirected to the client portal. I’ve spent hours
   going through files in the plugin. I just don’t know where the validation of 
   user roles is taking place.
 *  Plugin Author [Jack Mawhinney](https://wordpress.org/support/users/jackjpdiscos/)
 * (@jackjpdiscos)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/super-admin-problems/#post-12975687)
 * Hi Hessercan,
 * Have you set the permissions to allow MDJM Admin? You can set this in the Users
   menu down the left hand side of the wp-admin of your site.
 * You will need to login as a different admin to do this as you can’t change permissions
   for your own profile.
 * Users –> All Users –> Search for the user you want –> hover over the username
   and click “edit” –> scroll down the page and under the heading “MDJM Management”
   make sure the _user is MDJM Admin?_ is ticked.
 *  Anonymous User 15356385
 * (@anonymized-15356385)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/super-admin-problems/#post-12976256)
 * [@hessercan](https://wordpress.org/support/users/hessercan/) you could try adjusting
   [this line](https://github.com/Brinny101/mobile-dj-manager/blob/master/includes/admin/users/class-mdjm-users.php#L550)
   from
 * `if( current_user_can( 'client' ) || current_user_can( 'inactive_client' ) ) {`
 * to
 * `if( ! is_super_admin() && ( current_user_can( 'client' ) || current_user_can('
   inactive_client' ) ) ) {`
 * I have not tested. If it doesn’t work, I’ll leave it to the plugin devs to chime
   in 🙂

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

The topic ‘Super Admin Problems’ is closed to new replies.

 * ![](https://ps.w.org/mobile-dj-manager/assets/icon-256x256.png?rev=1267380)
 * [MDJM Event Management](https://wordpress.org/plugins/mobile-dj-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mobile-dj-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mobile-dj-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/mobile-dj-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mobile-dj-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mobile-dj-manager/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: Anonymous User 15356385
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/super-admin-problems/#post-12976256)
 * Status: resolved