Hi,
I have a site: '/content/name/en/domain/home.html' and also have a custom login page '/content/name/login.html'.
I need to change the default aem login page for this custom site to my custom login page. I am slightly confused how to do this.
When a users tries to access home.html for the first time, I want them to login through my custom login.html page instead of this default page: '/libs/granite/core/content/login.html'
Any help would be appreciated. Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
go to this path:
/libs/granite/core/content/login/clientlib/resources/bg/default/bg.css
and change all image url
background-image: url('../../../../login/clientlib/resources/bg/default/Copy of 1024x710.jpg');
}
}
@media only screen and (orientation: landscape) {
/*#bg_default::after {*/
/*content: "orientation landscape (1024x710)";*/
/*}*/
#bg_default {
background-image: url('../../../../login/clientlib/resources/bg/default/Copy of 1024x710.jpg');
Views
Replies
Total Likes
Are you talking about how to change the login page for the author instance?
Views
Replies
Total Likes
Yes the author instance.
Views
Replies
Total Likes
Views
Replies
Total Likes
You can overlay the login component:- /libs/granite/core/components/login/login.jsp (AEM 6.3) as per your need.
~kautuk
Views
Replies
Total Likes
go to this path:
/libs/granite/core/content/login/clientlib/resources/bg/default/bg.css
and change all image url
background-image: url('../../../../login/clientlib/resources/bg/default/Copy of 1024x710.jpg');
}
}
@media only screen and (orientation: landscape) {
/*#bg_default::after {*/
/*content: "orientation landscape (1024x710)";*/
/*}*/
#bg_default {
background-image: url('../../../../login/clientlib/resources/bg/default/Copy of 1024x710.jpg');
Views
Replies
Total Likes
Not exactly what I am looking for but thanks
Views
Replies
Total Likes
Views
Likes
Replies