Login Screen Customization
- Create a directory
$REALM_DIR/src/webapp/xslt - Copy
$YANEL_SRC/src/webapp/xslt/login-screen.xslinto$REALM_DIR/src/webapp/xslt - Start customizing
$REALM_DIR/src/webapp/xslt/login-screen.xsl
whereas the filename xslt/login-screen.xsl is configurable globally inside WEB-INF/web.xml (See parameter login-screen-xslt).
NOTE for Developers: The realm dir ($REALM_DIR) is being resolved based on the Realm.getRootDir() and Realm.getConfigFile() or rather see the YanelServlet and in particular org.wyona.yanel.servlet.security.impl.DefaultWebAuthenticatorImpl#getXHTMLAuthenticationForm(...) for further details.


Your comments are much appreciated
Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.