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

_______________________________________________
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 )

Reply via email to