Change CMS login success url

Hey all,

I’m wondering if it is possible for me to configure the URL to which a newly logged in user is forwarded, so for example, instead of going to /cms it would go to /cms/myiframeperspective.

I noticed the initialPath parameter that is used redirect the person to the right location, but is it possible to get this behaviour when the parameter is not present?

Thanks!

-Marnix

Hi Marnix,
Not sure if this is possible since there’s a cooperation between the left-side menu app (“navapp”) and the CMS part which is rendered in an iframe.
I see that the “initialPath” param is interpreted by class sorg.hippoecm.frontend.filter.NavAppRedirectFilter, perhaps you could try to give the param a default value.

Regards, Jeroen

Thanks for that, I will have a look at it from that angle.

-Marnix