10 Jul
2001
10 Jul
'01
6:25 p.m.
Hugo Ramos writes:
When trying to delete them I have no sucess though...
I use this code:
<dtml-with "folder1.folder2"> <dtml-call "REQUEST.set('name', form_variable)"> <dtml-call "acl_users.manage_users(submit='Delete', REQUEST=REQUEST)"> </dtml-with> Use: <dtml-call "REQUEST.set('names', (form_variable,))">
"Delete" wants a sequence of user names to be deleted, not a single one. Dieter