Planned maintenance is scheduled for the week of June 15th - the exact date and time will be announced soon.
See More Details
Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Default Landing Page to myCommunity
How can i set my default landing page to private page of mycommunity? or usergroups private page?
try this in our portal-ext.properies
furthermore when redirecting to a private page the users must have permission to view this page!
#
# Set this to true if users are forwarded to the last visited path upon
# successful login. If set to false, users will be forwarded to their
# default layout page.
#
auth.forward.by.last.path=false
##
## Default Landing Page
##
#
# Set the default landing page path for logged in users relative to the
# server path. This is the page users are automatically redirected to after
# logging in. For example, if you want the default landing page to be
# http://localhost:8080/web/guest/login, set this to /web/guest/login. To
# activate this feature, set auth.forward.by.last.path to true. To customize
# the behavior, see com.liferay.portal.events.DefaultLandingPageAction in
# the "login.events.post" property above.
#
default.landing.page.path=/web/guest/login
furthermore when redirecting to a private page the users must have permission to view this page!
Hi,
If you want like for each user landing page should be their own private page,then for that you can extend DefaultLandingAction.java
Thanks,
Dhrutika
If you want like for each user landing page should be their own private page,then for that you can extend DefaultLandingAction.java
Thanks,
Dhrutika
auth.forward.by.last.path=false will take you to my private layouts unless you are logging in with a domain that is recognized as a Virtual Host name within the portal. For example, if you login using domain of abc.com, and abc.com is specified as a Virtual Host name, then you will be redirected to the Virtual Hosted communities home page.
Community
Company
Feedback