[Zope] send password as email

Daniel Meier krams@krims.ch
Thu, 23 May 2002 10:59:25 +0200


hi there

I'm trying to send a users password as email.
but I failed to fetch the password.
my dtml-method has the proxyrole "Manage".

these were the statements:

<dtml-var expr="acl_users['<userid>'].password">
<dtml-var expr="acl_users.<userid>.password">

any help?
thx

daniel