[Zope] CMF: Folder creation issue.

abg@comco-inc.com abg@comco-inc.com
Tue, 29 Jan 2002 16:33:45 -0600


I am trying to create a folder when a new member signs up in my CMF (1.1)
site. I have added the following code to the register dtml-method:

<dtml-with "restrictedTraverse('/cmf/Members/' + username + '/')">
<dtml-call expr="manage_addFolder('Uploads')">
</dtml-with>

The folder is created in Zope, but are only viewable through the ZMI, not by
users logged into the CMF site.

How do I create these folders in such a way that CMF users have access?

Thanks in advance,

Aaron Gillette