RE: [Zope] How to get the current logged on user?
24 Sep
2002
24 Sep
'02
2:39 a.m.
Set the DTML namespace for the python script to '_', then reference the user us = _.SecurityGetUser().getUserName() print us return printed
24 Sep
24 Sep
12:05 p.m.
New subject: [Zope] How to get the current logged on user?
Dennis Allison wrote:
Set the DTML namespace for the python script to '_', then reference the user
us = _.SecurityGetUser().getUserName() print us return printed
Eww... yucky ;-) Chris Beaven's suggestion the the papally blessed way I believe... cheers, Chris
8595
Age (days ago)
8595
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Withers -
Dennis Allison