Login
Login page
To replace default login page, extend existing templates with
ui:define name="login"
to define your new login component like below
<ui:composition template="/layouts/BasicTemplate.xhtml">
<ui:define name="login">
<ic:internaltest.ui.YourOwnLoginComponent />
</ui:define>
</ui:composition>
Additional
To change the default login background image, simply replace the default image in /PortalStyle/webContent/resources/serenity-layout/images/login/login-bg.jpg
by your image