[Zope] change password

oliver.erlewein@sqs.de oliver.erlewein@sqs.de
Fri, 3 May 2002 09:53:33 +0200 (MET DST)


Hi Bill

Make a DTML or Python function, which changes the password (see API reference in THE ZOPE BOOK) and then give the function a Proxy Role that has a role that can "Manage Users". You can use the Manager role for testing but I'd advise to make a specialized role.

Regards Oliver Erlewein