I've wrote a module to do this: https://github.com/substack/node-password-reset
It's not tied to any particular database, it just persists the records in memory. You could save the data to a database pretty easily though. On Sunday, May 13, 2012 4:46:13 AM UTC-7, Feras Odeh wrote: > > How could I implement password reset in Node.js, express.js and Mongodb? I > want to send user an email with password reset link which is valid for one > hour or two. Is there any existing library that supports this? How could I > implement it? > > Thanks, > > Feras > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
