[Zope] Check to see if someone is a user, or anonymous
Jonothan Farr
jfarr@real.com
Thu, 23 Mar 2000 19:00:07 -0800
<dtml-if "REQUEST.has_key('AUTHENTICATED_USER')">
-jfarr
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hi! I'm a signature virus.
Copy me into your .sig to join the fun!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----- Original Message -----
From: Baker, Dennis (sjmr) <DBaker@CHW.edu>
To: <zope@zope.org>
Sent: Thursday, March 23, 2000 2:16 PM
Subject: [Zope] Check to see if someone is a user, or anonymous
> what is the easiest way to find out if someone has logged in? I want to
> print some content on a page and have found a way to tie content to roles,
> but not to print only for anonymous users.