[Zope] Adding many users
Dieter Maurer
dieter@handshake.de
Thu, 4 Jan 2001 22:36:54 +0100 (CET)
Ragnar Beer writes:
> I need to add about 150 users to an acl_users folder and I wouldn't
> like to do it manually since the data already exists in a python
> list. What would be an elegant way to add them all with a python
> script?
An external Python method or
an external automation based on ZClient (Howto on zope.org).
For both approaches, you must know the parameters
of "manage_addUser". If nowhere else, you will find
them in the source: "AccessControl.User.UserFolder.manage_addUser".
Dieter