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
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )