Re: [Zope] Emailing user password
Are u using CMF? If so there are already scripts to do this. I was trying to look it up for you but my dev server is down. Its probably in the Generic or Control folders and i think they are called email_password_form (DTML Method) and email_password (Script (Python))
On Fri, 23 Apr 2004 10:27:37 -0400, Brian Sullivan
<brians@meetingbywire.com> wrote:
I am trying to set up code to email a forgotten password to a user.
I have a handle on the email process -- what I seem to be having a problem with is given the userID determining user's password in a Python script. Anybody have sample code or url describing a method to do this.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Are u using CMF? If so there are already scripts to do this. I was trying to look it up for you but my dev server is down. Its probably in the Generic or Control folders and i think they are called email_password_form (DTML Method) and email_password (Script (Python))
No I am not using Plone/CMF. I realize they have built in mechanisms.
participants (2)
-
Brian Sullivan -
Declan Shanaghy