[Zope] Problem with programmatically adding users to acl_users

nwingfield at che-llp.com nwingfield at che-llp.com
Wed Oct 8 08:48:41 EDT 2003


Here are two methods you can call directly to add or edit a user.  If you
want to use password/confirm, you'll have to compare them yourself.

acl_users.userFolderAddUser(username,password,roles,domains)
acl_users.userFolderEditUser(username,password,roles,domains)


More information about the Zope mailing list