In my application I currently have the ability to create a user which
then begins a session and sends an email confirmation to the email
address. Whilst this is all good I wish to make it a little more
advanced.
What I wish to do is to have the ability of created the user and then
the email gets sent that requires the user to verify through the email.
Once they click confirm in the email the user is then registered to the
database and then is able to log in.
How would I go about doing so?
If my current code is needed then I can provide.
Thanks.
--
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 rubyonra...@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
>
Any ideas of what would be possible. I have looked at the rails cast for
reset password. I just need to look at authentication for confirming
user creation by clicking on a link in an email. I heard something about
a confirmed column in the database?