[Rails] e-mail verification with rails 3

2011-04-12 Thread Thomas Tomtom
Hello everyone Has anyone a suggestion about how to implement an email verification system with rails 3 ? By this I mean, a user subscribes (sign up) receives an email with a link and has to follow that link to change the status of the user, only after that the user can login. What's the best

Re: [Rails] e-mail verification with rails 3

2011-04-12 Thread Chris Kottom
Devise implements this out of the box. You need to implement the :confirmable option on you migration and model, and you'll be all set. On Tue, Apr 12, 2011 at 6:07 PM, Thomas Tomtom li...@ruby-forum.com wrote: Hello everyone Has anyone a suggestion about how to implement an email