cancel
Showing results for 
Search instead for 
Did you mean: 

coordinator can add categories.

jeyaa
Champ in-the-making
Champ in-the-making
Hi all,

Admin console is enabled only for Admin. I have created a Group such a way that those users would be able to view the console. I did some modifications in authority-services-context.xml. It is displaying all the links like Manage System Users,Manage System groups etc., But I need to display only "Category Management". Since my coordinator should do only category management and not others.

Is it possible to give permission for specific functionality.


Thanks,
Jeya
2 REPLIES 2

andy
Champ on-the-rise
Champ on-the-rise
Hi

The catagory service has specific security configuration.
You can change this configuration to allow more then admin to use this service.
The easiest way will be to specify a group with rights to create categories.

Andy

jeyaa
Champ in-the-making
Champ in-the-making
Thanks Andy for your reply,

Yeah I have modified authority-services-context.xml and added the following line

        <property name="adminGroups">
            <set>
                <value>ALFRESCO_ADMINISTRATORS</value>
                <value>SYS_ADMIN</value>
            </set>
        </property>

It will be showing the admin console link and it contains all the options andy. But I need to show up only "Category Management" Option. Is this possible?. If so please help me on changes rewuired.

Thanks,
Jeyaa.