[xwiki-devs] XWiki - Moving users into newly created group.
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...? -- Prathap
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/
Hi Currently i don't have any entry like this * xwiki.users.initialGroups=XWiki.XWikiAllGroup* in my xwiki.cfg So can newly add this one in my xwiki.cfg -- Prathap On Tue, Jul 8, 2008 at 1:45 PM, Sergiu Dumitriu <[email protected]> wrote:
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
participants (2)
-
Prathap Pandian -
Sergiu Dumitriu