[Zope-CMF] [Plone] Controling Display of Portal Boxes

Douglas Perry doug@safety.com
Tue, 4 Jun 2002 16:52:54 -0400


I have portal boxes I only want to display when the user has logged in. How
do I do this? Is there some python code I need to check to see if the user
us logged on and displays that portal box if he/she is? I've tried setting
the permissions to authenticated user but only causes redirection problems.

My hunch is that using SiteRoot is causing a boatload of issues for me.

My Plone setup: Zope 2.5.1, Plone 0.9.9, SiteRoot, sltunnel to provide SSL.