[Zope] Error message when changing password

Dylan Reinhardt zope@dylanreinhardt.com
Thu, 27 Feb 2003 10:00:04 -0800


At 07:56 AM 2/27/2003, Leslie A. Barnes wrote:

>  I'm getting the following error message when trying to change user password:
>
>Zope Error
>Zope has encountered an error while publishing this resource.
>Error Type: NameError
>Error Value: global name 'pw' is not defined

You appear to have tried to make use of the variable pw before defining it.

Make sure the names of the fields you use in your form match the names of 
the variables in your processing method.

HTH,

Dylan