As a site admin with all permissions I want to edit the profiles of other users by adding their twitter accounts for them.
Using the "add account" button in the users "edit" section, the tweets are imported - but attributed to the site admin's account, and listed on the admin users list of tweets. No twitter account or tweets are listed for the user where they were added.

CommentFileSizeAuthor
#1 1061030.patch987 bytesrayasa
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rayasa’s picture

FileSize
987 bytes

After authorization the twitter account gets saved on the current user's twitter accounts page instead of saving it for the user from whose page the request was invoked. See if the attached patch works for you...
The patch saves the uid from the form variable of the invoking form to the SESSIONS and retrieves it after authorization for saving the account to the proper uid.

juampynr’s picture

Status: Active » Closed (duplicate)

Duplicate: #1331008: An admin who adds a Twitter account to a user gets it instead of him

Please either upgrade to the latest dev release or wait for a week for the next beta release (it will be 6.x-3.0-beta9).

Cheers