> I need to modify a Zope product to record the authenticated user > executing a method. > > How do I refer to the authenticated user ? You may try: self.REQUEST.AUTHENTICATED_USER -- Maciej Wisniowski