Re: Different Login Landing Page

2019-04-22 Thread Daniel Klco
For the Sling CMS reference, I was able to set the jcr:root with Sling-Initial-Content in an OSGi bundle: https://github.com/apache/sling-org-apache-sling-app-cms/blob/master/ui/pom.xml https://github.com/apache/sling-org-apache-sling-app-cms/blob/master/ui/src/main/resources/jcr_root/ROOT.json O

Re: Different Login Landing Page

2019-04-22 Thread Joey Smith
Changing jcr:root via content packages hasn't worked for me since I first started using Sling via CQ 5.3; I've never cracked open the code to see why. On Mon, Apr 22, 2019, 13:46 Andreas Schaefer wrote: > Hi Robert, Chris > > I don’t want or need to change the login page (that works and we could

Re: Different Login Landing Page

2019-04-22 Thread Andreas Schaefer
Hi Robert, Chris I don’t want or need to change the login page (that works and we could have a custom icon). That I am looking for is a way to specify where the page goes after the login is successful. OOTB Sling redirects to /content/starter/index.html but I want to have my custom page to co