How to allow a user group access to specific admin functions?

Moderator: crythias

Post Reply
hkais
Znuny expert
Posts: 287
Joined: 16 Apr 2016, 08:55
Znuny Version: see in post
Real Name: Hans
Contact:

How to allow a user group access to specific admin functions?

Post by hkais »

How can I allow a usergroup (or similar construct) access for example to the generic agent?

I do not want to give the user full admin rights. Is there any way to solve this?
Elected 2022-06 as an IT Governance Portal Expert. The portal for Znuny, OTRS and OTOBO users
zzz
Znuny superhero
Posts: 889
Joined: 15 Dec 2016, 15:13
Znuny Version: All
Real Name: Emin
Company: Efflux GmbH
Contact:

Re: How to allow a user group access to specific admin functions?

Post by zzz »

Add the additional group to the module "Frontend::Module###AdminGenericAgent".
The user has to either access it directly via URL (Action=AdminGenericAgent) or you also change the menu permissions for the admin area.

— Emin
Professional OTRS, Znuny & OTOBO services: efflux.de | efflux.de/en/

Free and premium add-ons: German | English
skullz
Znuny superhero
Posts: 621
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: How to allow a user group access to specific admin functions?

Post by skullz »

1. Create group called mini-admin. And assigned an agent under it.

2. Find these setting and add additional value (mini-admin) at 'Group' parameter

- System Configuration > Frontend::Module###Admin
- System Configuration > Frontend::NavigationModule###Admin
- System Configuration > Frontend::Module###AdminGenericAgent
- System Configuration > Frontend::NavigationModule###AdminGenericAgent
hkais
Znuny expert
Posts: 287
Joined: 16 Apr 2016, 08:55
Znuny Version: see in post
Real Name: Hans
Contact:

Re: How to allow a user group access to specific admin functions?

Post by hkais »

I was able to use this features since upgrade to Znuny 6.0
Thx for this help and for this feature!

Is there a way to make the GA rules visible only to read only, so that the users can review the rules but are not allowed to modify them?

Intention:
- GA-admin => are allowed to CRUD
- GA-readOnly => are allowed to read only

I thought that GroupRO will do this, but sadly if adding the users to the defined group in GroupRO the users are still allowed to edit everything.

Any idea how to make the readOnly possible?
Elected 2022-06 as an IT Governance Portal Expert. The portal for Znuny, OTRS and OTOBO users
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: How to allow a user group access to specific admin functions?

Post by reneeb »

This would require code changes.
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Post Reply