lancejpollard / authlogic-connect

Instant Oauth and OpenID support for your Rails and Sinatra Apps
MIT License
148 stars 27 forks source link

undefined method `user' for nil:NilClass #3

Closed lancejpollard closed 14 years ago

lancejpollard commented 14 years ago

Handle case where user tries to login to an account they haven't registered for.

amrnt commented 14 years ago

also another issue is to handle when i user has already registered, when click register button it must make him login as well.