[Zope] Folder visibility

Dieter Maurer dieter@handshake.de
Fri, 3 Aug 2001 21:11:55 +0200 (CEST)


Montagne, Michael writes:
 > I'm working on a site that will have multiple users.  Each user should only
 > be allowed to see the folders that they need to see.  How do I control the
 > visibility of folders based on users?  I only see how to do it based on
 > roles.  
You can use "local roles". They allow you to assign additional
roles to a user in a local context.


Dieter