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

GooglePlus: Error on login #163

Closed
franga2000 opened this issue Nov 29, 2014 · 1 comment
Closed

GooglePlus: Error on login #163

franga2000 opened this issue Nov 29, 2014 · 1 comment

Comments

@franga2000
Copy link

Hi, I'm getting an error when a user tries to log in with Google+.

When I connect with G+ it asks me to choose a username for the forum and when I submit it, I get an error page saying "Something has gone wrong".
The user is put into the database like so:

Name Password HashMethod Photo Email
<chosen username> <random letters and numbers (not a hash)> "Random" <google+ photo> <gmail adress>

It seems like the user info is written into the database just fine but for some reason a random password is set.
The next time I try to log in with G+ it says I already have an account and asks for the pasword but whetever I put in, it always says "Your account does not have a password assigned to it yet. Click here to reset your password."

There's nothing in apache's error log and I have all required modules enabled (as far as I know).
I quckly looked through the plugin code but I've never used the Vanilla API so I couldn't find the problem.

@linc linc added the Bug label Feb 14, 2015
@linc linc changed the title [G+ plugin] Error on login GooglePlus: Error on login Feb 14, 2015
@linc linc removed the Bug label Sep 26, 2015
@linc
Copy link
Contributor

linc commented Aug 31, 2016

That Gdn_User record entry is correct. It sounds like what's happening is your GDN_UserAuthentication record is not being created correctly, probably because it got stopped between creating the account and actually authenticating. To get a full error message enable debug mode on your side. I recommend using the community forum to assist in your troubleshooting. They can often assist with narrowing down a technical issue, whether it's in your server config or the product.

@linc linc closed this as completed Aug 31, 2016
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

2 participants