Closed (duplicate)
Project:
Login Destination
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2009 at 13:27 UTC
Updated:
21 Oct 2009 at 12:10 UTC
After I installed this module, all the redirects stopped working on my drupal site.
Configuration is:
- Preserve destination No
- Static url (node)
- Redirect Always
With this enabled all redirects via ?destination=... stopped working. I don't think this should happen. All I wanted is to force a redirect to "node" after login.
The attached patch fixes this by moving 3 lines of code to where they belong, inside the ($op == 'login') block.
| Comment | File | Size | Author |
|---|---|---|---|
| login_destination_fix_redirect.patch | 771 bytes | black silence |
Comments
Comment #1
lyricnz commentedI have exactly this issue, and came up with the same fix. Damnit, what a waste of time!
Comment #2
lyricnz commentedWorks for me
Comment #3
robotjox commentedthanks a lot - works for me
Comment #4
rsvelko commentedthis patch has been applied in 2.5. test if works - this is a duplicate issue.