login/logout pages

3 messages Options
Embed this post
Permalink
lars20070 () login/logout pages
Reply Threaded More More options
Print post
Permalink
After login I would like to redirect to the 'News' tab, after logout to the 'Home' page. Where is this coded for?
Steve McMahon () Re: login/logout pages
Reply Threaded More More options
Print post
Permalink
You'll have much better luck writing the plone users list. This list is primarily concerned with initial setup of the system, not customization.

On Mon, Jul 27, 2009 at 7:20 AM, lars20070 <[hidden email]> wrote:

After login I would like to redirect to the 'News' tab, after logout to the
'Home' page. Where is this coded for?
--
View this message in context: http://n2.nabble.com/login-logout-pages-tp3334041p3334041.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.

_______________________________________________
Setup mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/setup



--

Steve McMahon
Reid-McMahon, LLC
[hidden email]
[hidden email]

_______________________________________________
Setup mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/setup
lars20070 () Re: login/logout pages
Reply Threaded More More options
Print post
Permalink
From the Zope Management Interface (you can get to this from Site Setup ), locate the portal_skins object for your site.  Then click on its 'Find' tab and in the field 'with IDs', search for these two items:

- login_next
- logout

These scripts are what you want to modify to cause a redirect to different, custom locations upon login/logout.