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 REST/rails way to do this ? Could I create more views then create/read/update/delete ? or is that bad ?
on 2011-04-12 18:07
on 2011-04-12 18:13
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.
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.