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