Hi Andrew,
Guillaume, I can't edit the login page's access write's. If I login then try to get to the login page, it fowards me to the wiki home page. So I can never get to a position where I can change its access writes.
Before overwriting albatross, let's try this last step :
- Go to http://<server>/xwiki/bin/edit/XWiki/XWikiLogin?editor=wiki
- Add this code at the top of the page above any other content :
- #if("$!request.skin" != "myskin") $response.sendRedirect($doc.getURL("view", "skin=myskin")) #end
- Click on Save & view
- logout, then try to login again.
Hope this helps,
Guillaume