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

Comments

brianpkennedy’s picture

StatusFileSize
new1.41 KB

Attaching patch file to save user's twitter account on a successful registration

brianpkennedy’s picture

StatusFileSize
new1.41 KB

Just noticed that there was a typo in the function signature. This patch renames the function to fit with the module's name

juampynr’s picture

Status: Active » Closed (duplicate)