[Zope-CMF] Users password

Seb Bacon seb@jamkit.com
Wed, 5 Dec 2001 12:32:21 -0000


This will mail the password to the user and display the
mail_password_response template:

  portal_registration.mailPassword('forgottenuserid',REQUEST)

You can also use member.getPassword() to just get the password

seb

----- Original Message -----
From: <D.Turpie@open.ac.uk>
To: <zope-cmf@zope.org>
Sent: Wednesday, December 05, 2001 11:58 AM
Subject: [Zope-CMF] Users password


> Hi
>
> Not sure is this is a CMF or a Zope query but I will try here first.
>
> I administer a Zope/CMF site and am looking at how I could retrieve a
users
> password when they forget it.
>
> There is a How-To on viewing user names and roles which works really
well
> but I was wondering how this could be extended to show passwords
aswell?
>
> Thanks.
>
> Dave.