Best was to implement a Redirect using In-Portal tag
Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/ea02c3610a0fd3c1#
Can someone tell the best way to implement a redirect to a specific template or external page using a tag.
My scenario is the following:
User goes to Customer Login page and does the Login.
I want to FORCE a redirect in case if logged in User ends up on the same Customer Login page while already logged in.
In practical live want to redirect to the My Account or something. Now, I've been checking all tag processors and didn't find any existing tags...
Do you know any?
If we don't have this now, it's a good idea to add it to kMainTagProcessor class, I believe.
Hi Dmitry,
we actually have this tag :
<inp2:m_RequireLogin login_template="platform/login/register"/>
if you insert it in the top of "My account" page, then the page will
become a login page if user isn't logged in :-)
It's the kind of modification I've done before because it's really
more practical for users.
Phil.
2010/3/25 Dmitry A. <dandre...@gmail.com>: