Igor Leturia wrote at 2003-2-25 11:55 +0100: > That may be the problem, as I'm trying to do it in the _init_ . > > So what can I do to fix it? from AccessControl import getSecurityManager .... getSecurityManager().getUser().getUserName() Dieter