[Zope] Adding users via external method

ethan mindlace fremen mindlace@digicool.com
Thu, 22 Jun 2000 16:53:47 -0400


Timothy Grant wrote:

> I'm working on a project where it would be very nice to add all the original
> users via a script.
> 
> I'm working with an external method that should--I believe use manage_user()
> to add the users.

I use a dtml_method for this, actually. I don't know how to do it with
an external method (or why you would want to).

I have an external method that does external things, like call adduser
on the system, but the things you do inside the ZODB are probably better
done in a Product or just a regular method.

hope that helps,

~ethan fremen