Modifing AEM Login Page | Community
Skip to main content
Raghava_Joijode
New Participant
December 7, 2016
Solved

Modifing AEM Login Page

  • December 7, 2016
  • 2 replies
  • 2577 views

Hi,

 

I am trying to modify aem login page. I am able to change background and welcome text. But I am not able to change the Sign In form texts, Can anyone please suggest and provide references.

For eg to change "Sign In" to "Log In". etc..

Thanks in advance!!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Hi 

As mentioned by A R Warrier, the login JSP can be located at /libs/granite/core/components/login/login.jsp

You can overlay this and can modify it as per your need. With different AEM version the location of login.jsp changes.

For 5.5, it is libs/cq/core/content/login

 

Reference article :- http://therealcq.blogspot.in/2013/04/cq5aem-how-to-skin-login-page.html

~kautuk

2 replies

kautuk_sahni
kautuk_sahniAccepted solution
Employee
January 4, 2017

Hi 

As mentioned by A R Warrier, the login JSP can be located at /libs/granite/core/components/login/login.jsp

You can overlay this and can modify it as per your need. With different AEM version the location of login.jsp changes.

For 5.5, it is libs/cq/core/content/login

 

Reference article :- http://therealcq.blogspot.in/2013/04/cq5aem-how-to-skin-login-page.html

~kautuk

Kautuk Sahni
New Participant
January 3, 2017

Hi,

The login page is rendered from - /libs/granite/core/components/login/login.jsp

You should see Sign in text in this jsp which can be changed by overriding to apps and then modifying.

I was able to change the text to my own text. PFA screenshot.

Please revert if my response didn't help or mark answered if it helped!

Regards,

Ashwin Raju