[Zope] permission for Anonymous to access document_src
Dieter Maurer
dieter@handshake.de
Tue, 26 Nov 2002 20:45:29 +0100
Rares Vernica writes:
> What permission(s) I need to enable for Anonymous in order to access the
> document_src?!
"document_src" is protected by "View management screens".
You can find out such questions with my "DocFinder" product:
<http://www.dieter.handshake.de/pyprojects/zope>
You will need to run your Zope either with "ZOPE_SECURITY_POLICY=PYTHON"
or use my (unfortunately C) patch you can find in the collector.
Dieter