12 May
2005
12 May
'05
6:50 p.m.
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