On 04/20/2011 12:27 AM, [email protected] wrote:
> I am putting up a new xwiki using XWiki Enterprise 3.0-rc-1.35909, I cannot
> seem to find the configuration setting to remove the REGISTRATION link from
> the landing page when users are not logged in. I do not want the general
> population to be able to register. I have edited the rights on the
> XWiki.Registration page and denied the All Group and only allow edit by the

You should deny register to unauthenticated users, not to AllGroup. To 
do that, switch to Users and see the rights for unauthenticated users.

> Admin Group. But still the link appears, I have also tried changing the
> global.vm and comment out the following:
>
> ## #if($isGuest&&
> $xwiki.hasAccessLevel("register", "XWiki.XWikiPreferences"))
> ## #set($regurl = $xwiki.getURL("XWiki.Register", "register"))
> ##<a class="glink" href="$!regurl"
> id="headerregister">$!msg.get("core.register")</a>#sep()
> ## #end
>
>
> but again it still appears even after bouncing tomcat.

This happens because the colibri skin overrides this template, so you 
should look for skins/colibri/global.vm
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to