Removing email activation from restful_authentication plugin

Posted by allesklar on Stack Overflow See other posts from Stack Overflow or by allesklar
Published on 2010-05-20T07:03:54Z Indexed on 2010/05/20 7:10 UTC
Read the original article Hit count: 249

I have a Rails app handling authentication with the restful_authentication plugin.

I'm experiencing problems with the email activation feature and before I deal with that I would like to just allow my users to register without having to go through the email activation process.

How do I disable the email activation feature.

Rails 2.2.3 Restful_authentication

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about restful-authentication