[Zope] password change and cookie crumbler

Dieter Maurer dieter@handshake.de
Fri, 3 Jan 2003 20:29:35 +0100


Ben Avery wrote at 2003-1-3 12:16 +0000:
 > I'm stuck on a problem involving cookie crumbler authentication:
 > 
 > I'm building a site which requires users to register their own accounts 
 > and log in. When the users are created, I generate a password for them. 
 > But I need to allow the users to change their own passwords. At the 
 > moment I'm using a python script which picks up the new password and 
 > confirmation from a form, and does this (after checking the new password 
 > and confirmation match):
When I remember right, "CookieCrumber" provides a method
telling it that the authentication information has changed.

Look at the CMF and its way to change passwords, for an example...


Dieter