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