This must be an intractable problem
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
I don't know the answer to this one but I swear I've seen it asked here a half dozen times. Is my mail gone wacko? If not, could someone who does know the answer please help this poor soul? Bruce "Daniel G. Rusch" wrote:
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)">
-- Bruce Elrick, Ph.D. Saltus Technology Consulting Group Personal: belrick@home.com IBM Certified Specialist Business: belrick@saltus.ab.ca ADSM, AIX Support, RS/6000 SP, HACMP
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)">
this one won't work, because there is no 'Edit' option for submit
<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)">
In my zope 2.0.1 installation this works. So if it does not work for you, you will need to do some more explanation before we can help you. Rik
participants (3)
-
Bruce Elrick -
Daniel G. Rusch -
Rik Hoekstra