[Zope] automating new user folders

Pavlos Christoforou pavlos@gaaros.msrc.sunysb.edu
Mon, 28 Jun 1999 11:30:47 -0400 (EDT)


On Mon, 28 Jun 1999, Robert Canary wrote:

> Hi,
> 
> I would like to create a zope folder under the personal folder
> automagically when I create a new user account on my term server.  I
> also would like to have certain objects (ie standard user page) included
> in this new folder.
> 
> What is the best way of going about this?

Using ZClient is probably the easiest. The relevant file is called
Client.py in the the ZPublisher directory. 
lib/python/ZPublisher/Client.py
in your standard Zope directory


Pavlos