autologin in authlogic Rails

Posted by Adnan on Stack Overflow See other posts from Stack Overflow or by Adnan
Published on 2010-04-02T09:08:23Z Indexed on 2010/04/02 9:13 UTC
Read the original article Hit count: 535

Filed under:
|

Hello,

I have added auhlogic in my Rails app to authenticate users. I have also included the code from the Reset password tutorial . All of it works, the only issue I have is that once a user registers he gets automatically logged in.

Anyone worked with authlogic, what would be the best & fastest way to disable the autologin after the registration?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about authlogic