im looking to implement validation emails for new users i.e the basic you create an account and must reply to the email we sent you to confirm... after some searching im not finding any solid information as to the generally accepted best practice in implementing this. really all i''ve found is a couple "this is how i figured out to go about doing it" results. could anyone point me in the right direction on this? are there any plugins or anything out there for this purpose? i know lotsa rails powered sites gotta have this, i know i''ve come across a couple that did myself, but i can''t find anything solid on how to do it. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
Chris Kampmeier
2007-Jun-24 00:03 UTC
Re: validation email for new users... thoughts on best way?
Joe Zz wrote:> im looking to implement validation emails for new users i.e the basic > you create an account and must reply to the email we sent you to > confirm... > > after some searching im not finding any solid information as to the > generally accepted best practice in implementing this. really all i''ve > found is a couple "this is how i figured out to go about doing it" > results.No need to reinvent the wheel here. Go check out how activation works in acts_as_authenticated: http://technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated Chris Kampmeier http://kampers.net -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---