Re: [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 ___ Zop
[Zope-dev] User Name in python script
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 ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.or