3 Jan
2003
3 Jan
'03
7:29 p.m.
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