29 Jan
2004
29 Jan
'04
6:43 p.m.
On Thu, 2004-01-29 at 01:59, axel kittenberger wrote:
Since the Zope add users page inside the webspace, is a python scripty, wouldn't it also be possible to execute a command line python script, to add/delete users?
Possible, yes... but not worth the trouble. Just about anything one can do in Zope through the web can be automated using wget. Just pass in your form variables as a URL querystring. HTH, Dylan