Am 08.11.10 16:22, schrieb Shrek Zhou: > > I need to access current logged in principal in an Utility, how to do that? > :-( Hey Shrek you can try this: import zope.security principal=zope.security.management.getInteraction().participations[0].principal But i don't know if it's the clear way todo it? Christian