Zope Browser Page Resolution

I have a browser: setting the page in Zope, and I have:
permission="zope2.Public"

My question is, what should I change for this so that access to this page and / or login (non-administrators) allow access only to Plone administrators?

+3
source share
2 answers

In Zope, you control access to views through permissions, but in order to allow someone access to a specific permission, you must grant those role permissions.

Plone ​​ Manager ( Plone 4.2, SiteAdmin) . Authenticated, , ( ). .

, . , - Plone, cmf.ManagePortal, , , . , .

, Plone, , , .

+3

= "cmf.ManagePortal"

.

+2

All Articles