Customize Logout Page:
- Logout page also follows the same pattern as the Login Page. Therefore, navigate to <sdp>/custom/login/
- Modify both logout.html and logout-custom.html to suit your needs (create logout-custom.html if it doesn't exist) and check your progress by reloading the logout page in another browser.
- To revert, copy the content of logout-default.html into logout.html and delete logout-custom.html
Note: The changes need to be present in logout-custom.html too to ensure the changes are carried forward even after application upgrade.
To customize in AssetExplorer:
Since Asset Explorer does not have GUI component to customise the Login page,
- Navigate to <ae>/custom/login and create custom.html.
- Modify both custom.html and Login.html to suit your needs and check your progress by reloading the login page in another browser.
- To modify the header image, change <ae>/webapps/ROOT/images/default-logo.png with your own image.
Note: The login page changes need to be present in custom.html apart from Login.html to ensure the changes are carried forward even after application upgrade.