Postponed (maintainer needs more info)
Project:
Twitter
Version:
6.x-5.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2009 at 00:21 UTC
Updated:
16 Aug 2015 at 10:36 UTC
Jump to comment: Most recent
Comments
Comment #1
steinmb commentedRetested with the current code. You are redirected back to the page you came from that works OK in most use cases like:
- Login from the front page example through Drupal core login block, back to front page.
- Login from /user and you are redirected back and view your profile correctly.
The problem with this is if you login from /user/login. Redirecting the authenticated user back to this trigger an Error 403 as an logged in user no longer have access this.
Comment #2
juampynr commentedDuplicate case: #1410090: Redirect user to original page after login
Comment #3
steinmb commentedDuplicate to what issue?
Comment #4
juampynr commentedUpdated comment #2 with the correct reference.
Comment #5
pelicani commentedThe drupal 6 version also has this issue.
The above reference only solves the dv7 issue.
I looked at the d7 solution, but the d6 version is not setup the same.
Dv6 uses SESSION variables to set the destination.
Please comment if we need a patch for this.
Comment #6
damienmckennaPlease test out the latest -dev version and let me know if the problem persists.