21 Jul
2003
21 Jul
'03
5:22 p.m.
Tom Nichols wrote:
I have used the getUserName() function in page templates and passed that name as a parameter to python scripts in Zope. But, now I need to independently verify the authenticated user from a script
from AccessControl import getSecurityManager user = getSecurityManager().getUser() username = user.getUserName() Cheers, Evan @ 4-am.com