Hello,

I answered my own question. In order to do that, one has to create a plugin with the following code :

<component name="com.user_manager.i-drcom.platform.actions">

<extension target="org.nuxeo.ecm.platform.actions.ActionService"
    point="actions">

<action id="user_manager" link="#{userManagerActions.viewUsers}"
      label="command.manageMembers" order="20">
<category>USER_SERVICES</category>
<filter id="user_manager">
<rule grant="true">
<condition>#{userServicesContext.userManagerEnabled}</condition>
</rule>
</filter>
<filter-id>not_readonly</filter-id>
<filter-id>only_for_manager</filter-id>
</action>

</extension>

</component>

Bruno.

Le 4/27/2010 6:43 PM, Senouci Bruno a écrit :
Hello,
The default configuration of Nuxeo is that users can consult users and groups directories. How can I remove that ability for simple users to do that and hide the corresponding tab ? I only want administrators to view and manage users and groups. No users should have access to it.
Thanks for your answers.
Bruno.


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to