Re: [Rails] User confirmation

2012-03-03 Thread Paul
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 wrote: > Hi all, > > In my applicatio

[Rails] User confirmation

2012-03-03 Thread Christopher Jones
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 ema