"John E . Vincent" wrote:
Reply-To: Okay I don't know how I've gone and done such a stupid thing....(working with zope while I was too tired) but I've locked myself out of a folder that has a GUF under it. Do I have any recourse (other than delete the folder which hasa few dtml methods I would rather not recreate) and start over? I've tried undo but I had already packed my database. The __no_before_traverse__ doesn't work with this unfortunatly. Any tips? Or places to look for said tips?
You _could_ try to export the folder to xml and then poke around in the export file with an editor (maybe even with some structured XML editor ;) and try to at least salvage your methods. Maybe You can even descipher the format enough to put back the inherited roles and/or remove GUF. I've had similar (but lighter) annoyances when I have added a user with the same name as the zope superuser (but without Manage role) in GUF/UserDB Just removing/renaming said user fixed the problem then. -------------- Hannu