[Zope] How to get the current logged on user?

Dennis Allison allison@sumeru.stanford.EDU
Mon, 23 Sep 2002 19:39:04 -0700


Set the DTML namespace for the python script to '_', then reference
the user 
   
   us = _.SecurityGetUser().getUserName()
   print us
   return printed