hello,
we trying customize cq5.5 login page. we've copied /libs/cq/core/components/login /apps/cq/core/components/login , have made few changes stylesheet & images test.
the problem cq routing /libs/ folder when visitor lands of http://cqdomain:port instead of copied apps version. works expected "welcome" page - login isn't. if explicitly enter /apps/ address bar - cq re-directs me /libs.
is there else i'm supposed besides coping folders work properly?
thanks
if trace net calls, looks /system/sling/logout (org.apache.sling.auth.core.impl.logoutservlet) last stop before getting sent actual cq login page. looks contains explicit js redirect /libs/cq/core/components/login path, assume why none of usual component resolution (libs/apps) getting applied.
however, take @ day cq login selector authentication handler (com.day.cq.auth.impl.loginselectorhandler). there configuration option there (auth.loginselector.defaultloginpage) looks used change path used redirect, though haven't tried out yet.
More discussions in Archived Spaces
adobe
Comments
Post a Comment