Closed (fixed)
Project:
OpenID Selector
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2010 at 06:57 UTC
Updated:
29 May 2011 at 05:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
andriy_gerasika commentedYes, if OpenID provider supplies user name and email, for example Google does not supply user name and email, but AOL/MyOpenID do
Generally, this is a question of core OpenID module: you can disable OpenID Selector and use https://www.google.com/accounts/o8/id OpenID URL to see how core OpenID module handles Google OpenID provider.
Comment #2
andriy_gerasika commentedyou should apply patch from the following:
http://drupal.org/node/339600#comment-3155780
it will make Drupal auto-register accounts w/ Google OpenID
Comment #3
bryancasler commentedI'm new to the OpenID game, in regards to the patch can you explain to me what's going on in the following three scenarios.
1. A new user logs in by creating an account with the site
2. A new user logs in by using their facebook credentials
3. A new user logs in by using their gmail credentials.
Does this mean if they use their gmail accounts it will pull in their email and use that to generate a username?
Comment #4
andriy_gerasika commentedattached patch is much better compared to link I have provided before:
it introduces attribute exchange to Drupal 6 core OpenID module. Code is backported from Drupal 7.
Comment #5
andriy_gerasika commentedComment #6
jrowny commentedThere's another module found here: http://drupal.org/project/openid_autoreg but I can't seem to get it to work :(
Comment #7
andriy_gerasika commentedComment #8
BenK commentedKeeping track of this...