[Zope-CMF] Removing access to ZMI
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Tue, 29 Oct 2002 20:36:41 +0100
    
    
  
Michael Havard writes:
 > Unfortunately that seems to remove the ability to cut/copy/paste in the CMF 
 > site.
Apparently, you want "cut/copy/paste" but not with the ZMI?
  In this case, give your scripts the "Manager" proxy role
  and grant "View management screens" only to "Manager".
  If you want even "Manager" not being able to see management screens,
  do "cut/copy/paste" in External Methods or Python products.
Dieter