Hi Andy, On Thu, 2019-04-18 at 10:36 -0700, Andreas Schaefer wrote: > Hi > > I am wondering how an application would set a different landing page > than the Sling Starter Page? > > I tried to change the sling:target through a package deployment and > it works for /content but not for the root (/).
Have you tried changing the form.login.form property of the org.apache.sling.formauth.FormAuthenticationHandler component , as described at [1]? Thanks, Robert [1]: https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html#configuration
