New generic module/group permission concept!

23 Mar
2003
23 Mar
'03
9:40 p.m.
Hi, JFYI. I added a generic module/group permission concept to the cvs head. Example: ======== Let the 'users' group able to change the "auto responses" and "queue <-> auto responses" settings. Add [...] # Module => Group $Self->{'Module::Permission'}->{'AdminAutoResponse'} = 'users' $Self->{'Module::Permission'}->{'AdminQueueAutoResponse'} = 'users'; [...] to Kernel/Config.pm. Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Perfection is our goal, excellence will be tolerated. -- J. Yahl
8183
Age (days ago)
8183
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martin Edenhofer