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