Filter management screens based on user role
Is there any way to make it so that a certain user role can only see one or two types of objects when they view the management screens? For example, I have a user role called "contentProvider" and when he goes to the management screens I want him to see a slightly different manage page that I design. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.481 / Virus Database: 277 - Release Date: 5/13/2003
Jamie wrote at 2003-5-14 15:31 -0400:
Is there any way to make it so that a certain user role can only see one or two types of objects when they view the management screens?
For example, I have a user role called "contentProvider" and when he goes to the management screens I want him to see a slightly different manage page that I design.
The stock management screens (distributed with Zope) do not do this. But, of course, you can change them (modifying the source) or derive your own folder type with your own management screens (not touching the Zope source). The Zope Developper Guide is a valuable resource when you want to derive your own folder class. Dieter
participants (2)
-
Dieter Maurer -
Jamie