23 May
2000
23 May
'00
10:30 p.m.
----- Original Message ----- From: Steve Drees <drees@the-bridge.net>
I have the following code stuffed away in a DTML Method
<dtml-call "REQUEST.set('name','steve3')"> <dtml-call "REQUEST.set('password','test')"> <dtml-call "REQUEST.set('confirm','test')"> <dtml-call "REQUEST.set('roles','RegisteredUser')"> <dtml-call "acl_users.manage_users('Add',REQUEST,RESPONSE)">>
Roles is supposed to be a list. Try: <dtml-call "REQUEST.set('roles',['RegisteredUser'])"> Cheers, Evan @ digicool & 4-am