adminimize icon indicating copy to clipboard operation
adminimize copied to clipboard

Admin only access

Open LufoX11 opened this issue 6 years ago • 4 comments

Hi. I have multiple users with admin role, so I installed a plugin (User Role Editor) to clone this role and modify it, so these users will still be able to perform admin actions but they won't have full access to all admin options. So, the main user role has "Administrator" role and the other "admin" ones have (let's say) "Administrator-light" role.

The problem is that they can still see Settings->Adminimize. I'd like to have a config option to only show this config panel to certain users. Would it be possible?

Thank you and nice plugin!

LufoX11 avatar Oct 11 '19 20:10 LufoX11

Remove on the Administrator Light role the manage options capabiloand it should work.

bueltge avatar Oct 12 '19 21:10 bueltge

The managa option will remove a lot of admin functionality that I need them to keep. Maybe a more specific permission? I don't know why this plugin (User Role Editor) can identify permissions from some plugins, but not all of them.

LufoX11 avatar Oct 13 '19 00:10 LufoX11

The plugin identity the permissions from each menu item. But lot of plugins use the default item, like manage_options and so it give no difference between the seetings of plugins.

bueltge avatar Oct 13 '19 22:10 bueltge

I mean the solid way is to add a custom capability, on default add to the Administrator role and change them inside the plugin.

bueltge avatar Mar 19 '20 11:03 bueltge