[xwiki-devs] Creating a new login page
Hello fellow developers, there seems to be some magic in creating a new, simple, login page. I tried making my own Main/Login with the usage of checkAuth in case the params are found but that seems not to work. Should the form post to loginsubmit? To view? Is there something "against me doing that" ? XWiki.XWikiLogin sounds to have content generated by some magic I cannot edit. thanks in advance paul
Hi Paul, The login page is located in login.vm in templates folder of XWiki Webapp. You can override that code taking the content of login.vm as a starting point and using a custom skin as explain in "D. Overriding the Skin components" on http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins. Take to apply that skin at least to the XWiki space or more globally as you like. Hope this helps, Denis On Thu, Nov 18, 2010 at 14:17, Paul Libbrecht <[email protected]> wrote:
Hello fellow developers,
there seems to be some magic in creating a new, simple, login page. I tried making my own Main/Login with the usage of checkAuth in case the params are found but that seems not to work.
Should the form post to loginsubmit? To view?
Is there something "against me doing that" ?
XWiki.XWikiLogin sounds to have content generated by some magic I cannot edit.
thanks in advance
paul _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Denis Gervalle SOFTEC sa - CEO eGuilde sarl - CTO
participants (2)
-
Denis Gervalle -
Paul Libbrecht