Now that I can access the ZODB via the python interpreter I can't seem to find the User object and its methods. The challange I am facing is that to see some of the objects in the ZODB I must be an authenticated user. I have tried both of these with no luck. dir(app) dir(Zope) What am I missing? tia, Mike
To login use newSecurityManager() as described here: <http://mail.zope.org/pipermail/zope-cmf/2002-October/016113.html> Stefan --On Montag, 11. August 2003 12:05 -0400 Michael Long <mlong@datalong.com> wrote:
Now that I can access the ZODB via the python interpreter I can't seem to find the User object and its methods. The challange I am facing is that to see some of the objects in the ZODB I must be an authenticated user. I have tried both of these with no luck.
dir(app) dir(Zope)
What am I missing?
-- The time has come to start talking about whether the emperor is as well dressed as we are supposed to think he is. /Pete McBreen/
participants (2)
-
Michael Long -
Stefan H. Holek