留言板

Default Landing Page on impersonation

Lucas A Blancher,修改在15 年前。

Default Landing Page on impersonation

Junior Member 帖子: 32 加入日期: 08-6-4 最近的帖子
Hello,
Currently on my Liferay site, I am using the default.landing.page.path parameter with the DefaultLandingPageAction. When I impersonate a user, the action does not get executed and I get redirected to the users private page. Is their anyway to enable the DefaultLandingPageAction after clicking on the impersonate user action? I know that the DefaultLandingPageAction is not being executed because I have enabled logging for this class on my site and I see the log for the action when I first log in, but not after I do the impersonation.

Thank you,
Lucas Blancher
Dan Kindeborg,修改在14 年前。

RE: Default Landing Page on impersonation

Junior Member 帖子: 29 加入日期: 08-4-1 最近的帖子
Bump. I have the same problem. Except I'm using:
layout.user.private.layouts.power.user.required=true
layout.user.public.layouts.power.user.required=true

So my users don't have a private page. Despite this, I'm being taken to the private page page which doesn't exist and I get a permissions exception.
David Dorninger,修改在14 年前。

RE: Default Landing Page on impersonation

Junior Member 帖子: 63 加入日期: 09-7-8 最近的帖子
Is there alreada a solution for that?

I just experience the very same problem that I can't test my DefaultLandingPageAction by impersonating a user.