Smackfu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Oct-24 00:08 UTC
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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
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. On 10/23/06, Smackfu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <smackfu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > 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... >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---