Create user folders

J Cameron Cooper jccooper at rice.edu
Mon Aug 27 22:01:20 UTC 2007


Dominik Ruf wrote:
> Hi,
> 
> I am using apachepas to authenticate our users. Therefor there are no
> user folders.
> And I don't want to use automembermaker because I don't want create a
> user folder for everyone.
> I want to create a action that allows every user to create a user
> folder by his own.
> 
> Can somebody tell me how I can create a folder in python code to

Plone 2.5, at least, creates member folders on login if they don't exist.

One will generally create content with the 'invokeFactory' method.

http://plone.org/documentation/how-to/add-content-programmatically

       --jcc

-- 
Connexions
http://cnx.org

"Building Websites with Plone"
http://plonebook.packtpub.com





More information about the Product-Developers mailing list