Default AEM login screen is rendered using the login component located at - /libs/cq/core/components/login path. If you need to change anything in login UI, you need to overlay this structure and make changes as desired. One such use case is changing the background image of the default login page.
Look at the following file in CRXDE Lite - /libs/cq/core/components/login/login.jsp
You will see that the background image is defined here-
If you just want to change the background image then overlay the path - /libs/cq/core/content/login/bg/background.png for your project. and place your background.png in the overlayed location in /apps/.
Look at the following file in CRXDE Lite - /libs/cq/core/components/login/login.jsp
You will see that the background image is defined here-
If you just want to change the background image then overlay the path - /libs/cq/core/content/login/bg/background.png for your project. and place your background.png in the overlayed location in /apps/.
No comments:
Post a Comment