[Zope-CMF] Plone/CMF/Zope: Security question

Dieter Maurer dieter@handshake.de
Mon, 19 Aug 2002 00:03:20 +0200


alienoid writes:
 > I need your help in security question.
 > 
 > I made inside Plone Folder and put in it my zpt pages and python
 > scripts. It's a reporting system about our clients (we are ISP).
 > One page for viewing clients, another for editing and deleting them
 > and so on. We need to have such a security policy that one manager can
 > only view clients and not to delete them, another cam make both
 > operations. Third manager can only view limited data about clients.
 > Should I use roles and to make a security policy for each page in my
 > folder or something else?
You will need different roles, maybe different views and map
their "View" permission to the respective roles.


Dieter