[Zope] This must be an intractable problem

Rik Hoekstra hoekstra@fsw.leidenuniv.nl
Tue, 09 Nov 1999 21:41:55 +0100


> 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