[Zope] How do I delete acl_users using DTML??

Dieter Maurer dieter at handshake.de
Thu May 12 14:50:21 EDT 2005


Allen Huang wrote at 2005-5-12 04:28 -0700:
>How do I delete acl_users using DTML code??

In the same way, you delete any other (site building) object:

   container.manage_deleteObjects(ids_of_objects_to_delete)

"ids_of_objects_to_delete" can be either a single id (a "string")
or a list of ids.


-- 
Dieter


More information about the Zope mailing list