04-01-2015 05:01 PM
How can I make it so that when an Admin or Power User clicks "Create User", the new user is automatically assigned to a group? I've been poking around the source and schema files for a while, and I'm not sure how to accomplish this.
04-02-2015 10:57 AM
Hi
As far as I know it is possible by using this extension point:
<extension target="org.nuxeo.ecm.platform.usermanager.UserService" point="userManager">
<userManager>
<defaultAdministratorId>johndoe</defaultAdministratorId>
<defaultGroup>members</defaultGroup>
</userManager>
</extension>
I got this information from: http://doc.nuxeo.com/display/ADMINDOC/Using+a+LDAP+Directory
Kind regards, Bauke
04-02-2015 02:32 PM
Thanks, but I can't figure out where to put that extension point...
04-03-2015 05:56 AM
You can user either Nuxeo Studio or Nuxeo IDE to add an extension. Nuxeo IDE is an extension for Eclipse. This site will help you to contribute your extension to Nuxeo using Nuxeo IDE (also
04-05-2015 07:15 AM
You can also simply put the xml extension in your templates/custom/config dir. It will be deployed under nxserver/config.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.