Chris McDonough wrote: > > You can also start here: > > cd to your Zope dir's lib/python > start python > >>> import Zope > >>> app = Zope.app() > >>> app.acl_users > >>> <User Folder at 819283> I've seen this a few times... Is this safe to do, even in a non-ZEO situation? cheers, Chris