[Zope] manage_addFolder unusable from DTML-call?
   
    Kyler B. Laird
     
    laird@ecn.purdue.edu
       
    Mon, 27 Nov 2000 17:32:55 EST
    
    
  
> >     <dtml-call "manage_addFolder('Folder', 'my new folder')">
> >   Unauthorized
I finally got to the bottom of this.
I was running into a ZopeSecurityPolicy
problem.  It wanted to check the roles of
the owner of the executable, but I had
deleted the root user folder when I created
a Login Manager in the root folder. 
I was doing some strange things for testing,
but now I know better.
Thank you for the help.
--kyler