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

1844 views

ANSWER



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.

1 votes



Thankyou patrek!

This is what i did. i assigned user2(with manage everything rights) to administrator group and then disabled the view for admin center to user2. It is working now :)

0 votes