Topic: Extending authlogic email confirmation

I recently implemented Authlogic to my project for authentication. I followed http://railscasts.com/episodes/160-authlogic and had it up and running. Wanting to add email confirmation, I found this and followed it: http://github.com/matthooks/authlogic-a … n-tutorial

Now, when I try to sign up I get a method missing 'reset_perishable_token' for User model. Not sure how that is...as I thought authlogic defines that method?

Here is my user model: http://pastie.org/694124

Any ideas?

Re: Extending authlogic email confirmation

Does your database have a column for perishable_token?


See this post - http://railsforum.com/viewtopic.php?id=35186