12 May
2005
12 May
'05
11:28 a.m.
How do I delete acl_users using DTML code?? --------------------------------- Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone.
12 May
12 May
6:50 p.m.
New subject: [Zope] How do I delete acl_users using DTML??
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
24 May
24 May
10:44 p.m.
New subject: [Zope] How do I delete acl_users using DTML??
Allen Huang wrote:
How do I delete acl_users using DTML code??
More to the point, why on earth would you want to?! Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
7622
Age (days ago)
7634
Last active (days ago)
2 comments
3 participants
participants (3)
-
Allen Huang -
Chris Withers -
Dieter Maurer