automating new user folders
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? I was thinking I could use a perl script to (with the www.pm) to send a commad to the Zope.cgi, but I don't know how to get past the logon. Can I do something like "url/Zope.cgi/manage?username&password" ? Thanks in advance :-) -- robert canary system services OhioCounty.Net rwcanary@ohiocounty.net (270)298-9331 Office (270)298-7449 Fax
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
participants (2)
-
Pavlos Christoforou -
Robert Canary