Prathap Pandian wrote: > Hi, > > I have created a new group in the space, then i have added a new user, while > creating a new user > i need that user to be moved in the newly created group by default. Already > the users are adding in the > XWikiAllGroup (Default group in xwiki). > > Is there any document to do this...?
If the list of groups is fixed, you can put in xwiki.cfg: xwiki.users.initialGroups=XWiki.XWikiAllGroup,XWiki.MyOtherGroup Don't forget to restart the container after that. If you want to add users to other groups manually, then there's the group administration page that does that. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

