[Zope] Strange String comparison problem (python script)

Andy McKay andy@agmweb.ca
Thu, 29 Aug 2002 11:03:10 -0700


> user=request['AUTHENTICATED_USER']

This is a user object, not the users id.

user = request['AUTHENTICATED_USER'].getUserName()

Is the actual users name.
--
  Andy McKay
  Agmweb Consulting
  http://www.agmweb.ca