how to give a member "Manage everything" rights using extension points?
i want to create two user(member group) such that ,
user1 have only view rights to Document Management workspace user2 have manage everything rights to Document Management workspace. I am doing the following but my User2 is still not able to see the manage tab please help.
0 votes
2 answers
1757 views
Did you take a look at administratorsGroup in http://doc.nuxeo.com/display/NXDOC55/User+Management#UserManagement-ConfiguringtheUserManagerwithanonymoususerandothervirtualusers ?
Defining <administratorsGroup>user2<administratorsGroup> would make all members of user2 able to manage everything.