Dear all, I am using restful authentication plug-in for user registration & authentication. What I want to do is, when user submit registration form, a link containing activation code ''ll be generated & is to be sent to user via mail. User need to click the link sent to his mail Id to activate his account. Thanking you. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Not sure which plug-in you''re using, but this does what you''ve described: http://github.com/matthooks/authlogic-activation-tutorial (See Also: http://github.com/binarylogic/authlogic_example) -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
khagimoto wrote:> Not sure which plug-in you''re using, but this does what you''ve > described: > http://github.com/matthooks/authlogic-activation-tutorial > (See Also: http://github.com/binarylogic/authlogic_example)---------------------------------- dear khagimoto, I am using "restful_authentication" plug-in... I have already used this in application... so need help with ref to this plug-in Thanking you -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Rutvij Pandya wrote:> khagimoto wrote: >> Not sure which plug-in you''re using, but this does what you''ve >> described: >> http://github.com/matthooks/authlogic-activation-tutorial >> (See Also: http://github.com/binarylogic/authlogic_example) > > ---------------------------------- > > dear khagimoto, > I am using "restful_authentication" plug-in... > > I have already used this in application... > > so need help with ref to this plug-in > > Thanking youTake out restful_authentication. It''s a piece of crap. You should be switching to Authlogic anyway. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
oops, sorry, I guess I skipped your first sentence! I''ve never used restful-authentication plug-in, but it sounds like it already has support for what you''re asking for: http://github.com/technoweenie/restful-authentication/blob/master/README.textile I do recommend authlogic after having used it myself. On Apr 20, 2:55 pm, Rutvij Pandya <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> khagimoto wrote: > > Not sure which plug-in you''re using, but this does what you''ve > > described: > >http://github.com/matthooks/authlogic-activation-tutorial > > (See Also: http://github.com/binarylogic/authlogic_example) > > ---------------------------------- > > dear khagimoto, > I am using "restful_authentication" plug-in... > > I have already used this in application... > > so need help with ref to this plug-in > > Thanking you > -- > Posted viahttp://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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 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.
On Tue, Apr 20, 2010 at 10:44 AM, Rutvij Pandya <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I am using restful authentication plug-in for user registration & > authentication. > > What I want to do is, when user submit registration form, a link > containing activation code ''ll be generated & is to be sent to user via > mail. > > User need to click the link sent to his mail Id to activate his > account.restful_authentication has that built-in; have you read the docs? If so, what part are you having trouble with? -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org twitter: @hassan -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 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.
Hassan Schroeder wrote:> On Tue, Apr 20, 2010 at 10:44 AM, Rutvij Pandya <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> > wrote: > >> > restful_authentication has that built-in; have you read the docs? If > so, what part are you having trouble with? > > -- > Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > twitter: @hassan------------------------------------------- dear Hassan, trouble is - how the activation code is generated? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Tue, Apr 20, 2010 at 5:51 PM, Rutvij Pandya <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:>> restful_authentication has that built-in; have you read the docs? If >> so, what part are you having trouble with?> trouble is - how the activation code is generated?Again -- have you read the docs? Or even any of the various online tutorials? -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org twitter: @hassan -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 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.