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.
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.