25 Feb
2002
25 Feb
'02
2:17 p.m.
Hi, I need to get the name of the current user , in a python script.... i know how to get it in dtml , but i cant figure out how to get it in a python script. Please help me Sebastian
25 Feb
25 Feb
3:21 p.m.
New subject: [Zope-dev] User Name in python script
Sebastian Sippl wrote:
I need to get the name of the current user , in a python script....
In a recent Zope, you should be able to use: from AccessControl import getSecurityManager user = getSecurityManager().getUser() Cheers, Evan @ Zope
8829
Age (days ago)
8829
Last active (days ago)
1 comments
2 participants
participants (2)
-
Evan Simpson -
Sebastian Sippl