[Zope] This must be an intractable problem
Daniel G. Rusch
drusch@globalcrossing.com
Tue, 09 Nov 1999 11:04:41 -0600
Hey all
Does anyone know why neither of these change the password, no errors are
reported and the page they are on renders fine.
<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