Re: [Rails] User confirmation
Have you looked at the Devise gem? If not, I'd suggest creating a new
project and getting familiar with it. You might decide that it handles
all your authentication needs and you don't need to write anything.
On Sat, Mar 3, 2012 at 12:49 PM, Christopher Jones <lists@ruby-forum.com> wrote:
> Hi all,
>
> 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 rubyonrails-talk@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
>
--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home