Active
Project:
Twitter
Version:
7.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2011 at 02:37 UTC
Updated:
29 Jan 2013 at 21:33 UTC
When I sign in normally, I am sent to the login destination I have specified in the Login Destination ( http://drupal.org/project/login_destination ) settings. However, when I sign in with Twitter, it stays on the start page. It would be great if this worked properly.
I am also using Login Toboggan module, BTW, but I don't think it's relevant.
Comments
Comment #1
steinmb commentedComment #2
Jeremy Byrne commentedPer these comments in the code of twitter.pages.inc:
a hack of the module seems the only option. Fortunately, it's a simple one:
Comment #3
13rac1 commentedSet #1887810: Use the User.Module call back function for login destination as duplicate of this.
Function suggestion from that issue:
Comment #4
infines commentedThe module should effectively use the Drupal API function. The Login Destination module can then be used to control the destination if user so inclines. As the Login Destination overwrites the Drupal API function which is shown in comment #3 of this issue.