I am new to Zope and trying to set up a role that restricts access to certain object types. I was able to set up the desired security, but, but when I tried to restrict access to particular documents that the role still had access to, the role was no longer able to access the management screens. Furthermore, I have not been able to reset this security setting. Specifically, when I restricted access to the management screen for the index_html at the root level, the role was blocked not only from root level management screens, but from all sub folder management screens as well. Resetting the security to the index_html file has not solved the problem. I have searched the Zope web site for more information, but havent been able to find anything pertaining to this. Does anyone have any thoughts on what I might be missing? Any help would be appreciated. -Paul -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Paul Worona Assistant Director for Systems Health Sciences Library System University of Pittsburgh 200 Scaife Hall Pittsburgh PA, 15261 Phone: 412/648-8942 Fax: 412/648-9020 Email: worona@pitt.edu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Paul Worona writes:
... screwed up security settings ... Whenever you screwed up security settings, you can login as emergency user (search zope.org for how to set up an emergency user and log in as this user) and fix the problem.
In your case, it might be best to use the "Undo" tab in the root object to undo your last modifications and thereby restore the old state. Dieter
participants (2)
-
Dieter Maurer -
Paul Worona