[Zope] manage_users problem

2000-05-23 Thread Steve Drees
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)"

Re: [Zope] manage_users problem

2000-05-23 Thread Evan Simpson
- Original Message - From: Steve Drees [EMAIL PROTECTED] 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