Debug security settings
I've created a user with the role "Administrator" and allowed many things to this user in a subfolder like Access contents information, View management screens and some other ones for a ZClass I have. The user still can't get into the /manage in this subfolder. The frames come up and the tree menu on the left hand site looks alright, but for the main window it just resides to the index_html method (ie. outside the ZMI) How do I debug to what permission this user fails to aquire? The list of permissions is very long and I can't find the one. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.381 / Virus Database: 214 - Release Date: 2002-08-02
Peter Bengtsson writes:
... How do I debug to what permission this user fails to aquire? The list of permissions is very long and I can't find the one. Apparently, he has no permission that would allow him to view any of the tabs. This may mean, he cannot access "manage_workspace" or "manage_main". Use "DocFinder/DocFinderEveryWhere" to find out, how these methods are protected (you must use ZOPE_SECURITY_POLICY=PYTHON or apply the patch, you will find in the Collector).
Dieter
participants (2)
-
Dieter Maurer -
Peter Bengtsson