Password reset plugin?

The time has come where I need some way for users to reset their own
lost passwords on my app. OTOH, this is way down on my list of things
that I actually want to code right now. So my first step is the lazy
one…

It seems like a standard implementation would work for most apps. Does
anyone know of a plugin for it, or know of a sample implementation?

Thanks,
Scott

Check out
http://wiki.rubyonrails.org/rails/pages/SaltedHashLoginGenerator
I think it does the reset of lost passwords. If you are using Rails
edge then you can check out the Restful authentication plugin at
http://weblog.techno-weenie.net/2006/8/1/restful-authentication-plugin
I don’t know if this plugin provides the functionality that you need.
Let me know.