When the setting for the variable "twitter_signin_register" is false, a record does not get placed into the twitter_account table.
To Recreate
- Set the setting Automatically register new users at /admin/settings/twitter/signin to false
- Logout
- Click the "Signin with Twitter" button
- Auth with twitter, return to site, fill out user registration form
- The newly created Drupal user account is not tied to the twitter account we just authenticated
I have patched the module locally to make a call to twitter_account_save on the user insert, and will attach it here
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1027452_user_register-1.patch | 1.41 KB | brianpkennedy |
| #1 | 1027452_user_register.patch | 1.41 KB | brianpkennedy |
Comments
Comment #1
brianpkennedy commentedAttaching patch file to save user's twitter account on a successful registration
Comment #2
brianpkennedy commentedJust noticed that there was a typo in the function signature. This patch renames the function to fit with the module's name
Comment #3
juampynr commentedThis was fixed at #1211916: Bugs with " sign in twitter" module
http://drupalcode.org/project/twitter.git/commitdiff/2f1eaf2efb783265f63...
Please download the latest beta available at http://drupal.org/project/twitter