[Zope] Help I'm confused....again
Daniel G. Rusch
drusch@globalcrossing.com
Thu, 04 Nov 1999 09:52:02 -0600
Sorry,
They don't change the password, no errors are reported the page they are
on renders fine.
Does any know why neither of these work?????
<dtml-call "REQUEST.set('name','TestVictim')">
<dtml-call "REQUEST.set('password','1')">
<dtml-call "REQUEST.set('confirm','1')">
<dtml-call "acl_users.manage_users(submit='Edit', REQUEST=REQUEST)">
<dtml-call "REQUEST.set('name','TestVictim')">
<dtml-call "REQUEST.set('password','1')">
<dtml-call "REQUEST.set('confirm','1')">
<dtml-call "acl_users.manage_users(submit='Change', REQUEST=REQUEST)">
DR