[Zope] Folder creation

Todd Loomis tloomis@dmso.mil
Wed, 22 Aug 2001 14:06:19 -0400


Thanks, this works however how do I uncheck all the acquire permission 
settings?

Todd


At 04:24 PM 8/22/2001 +0200, you wrote:
>Hi Todd,
>you can add somethings like the following somewhere DTML-document you are
>using to create the folders:
>
><dtml-call "manage_permission('View',['Anonymous','Member'],1,REQUEST)">
>
>the 1 in the parameterlist  means that the rigths should be inherited
>through aqusition.
>cheers
>Robert
>----- Original Message -----
>From: "Todd Loomis" <tloomis@dmso.mil>
>To: <zope@zope.org>
>Sent: Wednesday, August 22, 2001 3:46 PM
>Subject: [Zope] Folder creation
>
>
> > I need to give users the ability to create folders that have specific
>roles
> > and permissions. How should I go about this?
> >
> > Todd
> >
> >
> > _______________________________________________
> > Zope maillist  -  Zope@zope.org
> > http://lists.zope.org/mailman/listinfo/zope
> > **   No cross posts or HTML encoding!  **
> > (Related lists -
> >  http://lists.zope.org/mailman/listinfo/zope-announce
> >  http://lists.zope.org/mailman/listinfo/zope-dev )
> >