Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find user issue #4

Open
mleung opened this issue Nov 9, 2009 · 3 comments
Open

Could not find user issue #4

mleung opened this issue Nov 9, 2009 · 3 comments

Comments

@mleung
Copy link

mleung commented Nov 9, 2009

I'm getting the following error when trying to log in using authlogic_oauth and twitter:

1 error prohibited this user session from being saved

There were problems with the following fields:

Could not find user in our database, have you registered with your oauth account?

Shouldn't this work like facebook connect, and create the account in the users table when it successfully comes back from twitter? I could just be missing something obvious. Thanks for any insight.

@atrophic
Copy link

atrophic commented Dec 8, 2009

The example given requires registration first, then logins will work. I too wish it behaved as you described and am trying to no avail to get it to work as such. Any tips from anybody on how to do so would be appreciated.

@MSchmidt
Copy link

+1

@atrophic
Copy link

I ended up going with a much more simple authentication setup (and sacrificing the flexibility that authlogic offers in the process, which is okay for my use). Twitter-auth was a breeze to set up and doesn't differentiate between register and login.

I'm still hoping to come back to authlogic eventually, as it'd be nice to offer more auth methods than just twitter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants