2008/1/28, [Ricardo Rodriguez] Your EPEC Network ICT Team <[EMAIL PROTECTED]>: > > Thomas Mortagne wrote: > Yes sure feel free to add it, if you need it, it has to be in the > documentation ;) > The real name of a user is wikiname:XWiki.dummy for example as main > wiki is always "xwiki" to be sure it the XWiki.dummy user from main > wiki you can set owner to "xwiki:XWiki.dummy". > > > Done! Thanks. > > Just two simple questions more: > > > > Does this user has programming rights? Nope, as far as I see here. Only > Admin user has programming rights on any virtual wiki.
Owner should have all the right, in fact the way it works when you ask for any rights to hasAccesLevel method it first test if user is superadmin/owner and return true if he is. By default Admin user don't have programming rights. "admin" level means all rights except "programming". To have "programming" right you have to explicitly give to Admin programming rights. > In the string xwiki:XWiki.dummy, are the name of the wiki and the name of > the space optional? Are there defaults for these values? I mean... > xwiki:XWiki.dummy = dummy ? Not exactly: - the default wiki is the current wiki. If you are in the main wiki then it's "xwiki" - yes the default space is XWIKI > > Thanks for your help! > > Best, > > Ricardo > > -- > Ricardo RodrÃguez > Your EPEC Network ICT Team > > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

