I would to change the default login page (to /content/ethz_ch/Login
)
I configured tha page by "Day CQ Login Selector Authentication Handler":
In ./launchpad/config/com/day/cq/auth/impl/LoginSelectorHandler.config
I see
auth.loginselector.defaultloginpage="/content/ethz_ch/Login"
as expected.
I then configured a page (/content/ethz_ch/de/auth_test.html
) with a closed user group and left the login page field blank.
Instead on the newly defined login page I am redirected to
https://..../system/sling/cqform/defaultlogin.html?resource=%2Fcontent%2Fethz_ch%2Fde%2Fauth_test.html&$$login$$=%24%24login%24%24
Any idea on what I am doing wrong?