Partial admin permissions

Hi, I would like to give a user permissions to use the items from the first 2 blocks in the admin menu ("Users & Groups & Roles" and "Queue & Responses"), but not the other options. Is this possible? -- Kind regards, Richard Hinkamp richard@besite.nl ................... BeSite Internetdiensten www.besite.nl

Sorry Richard, I can't offer any help here but I do have the same question. Just wanted to note that fact to the list. -- jt Richard Hinkamp - BeSite wrote:
Hi,
I would like to give a user permissions to use the items from the first 2 blocks in the admin menu ("Users & Groups & Roles" and "Queue & Responses"), but not the other options. Is this possible?

Hi Jason, I found something which is almost what I want. I added a new group called "subadmin" and gave users in this group access to several admin modules, in Config.pm: $Self->{'Frontend::Module'}->{'Admin'}->{Group} = ['admin','subadmin']; $Self->{'Frontend::Module'}->{'AdminUser'}->{Group} = ['admin','subadmin']; $Self->{'Frontend::Module'}->{'AdminGroup'}->{Group} = ['admin','subadmin']; etc... The only problem this has is that a subadmin can create and edit users and so he can make himself member of the admin group and do everything. So all I need is a restriction that a user which is not a member of the admin group, cannot put users in the admin group. This way a subadmin has control over all users and groups, but not admin. He could still disable real admins, but that's no real issue for me, since I always can restore it in the database and revoke his subadmin rights :) HTH, -- Kind regards, Richard Hinkamp richard@besite.nl ................... BeSite Internetdiensten www.besite.nl
participants (2)
-
Jason Turner
-
Richard Hinkamp - BeSite