[Zope] Changing password
Rob Page
rob.page@digicool.com
Tue, 6 Jul 1999 08:36:23 -0400
> Any way to allow a normal user (without the Management role)
> to change his
> own password?
In the 1.1x.x software you might create a document (CollectNewPassword)
that captures the new password (and verification) whose FORM ACTION is
SetNewPassword.
The SetNewPassword would have a Manager proxy role and would call the
same ACTION as that called by the management ui... In this case I think
it's manage_users
HTH,
Rob