Closed (duplicate)
Project:
Drupal core
Version:
6.11
Component:
user system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 May 2009 at 22:15 UTC
Updated:
4 May 2009 at 01:57 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedThis appears to be a regression in Drupal 6.11, or possibly in 6.10.
This problem has been observed at PortableApps.com, likewise immediately after an upgrade to 6.11 (from, I believe, 6.9). /logout is also affected, redirecting to <front> rather than the HTTP referrer.
See [Drupal bug ?] Login page for details and discussion at PortableApps.com.
Comment #2
nguyenquocviet commentedI have my own way to temporarily solve this problem using action and trigger modules as below:
- Action and trigger modules are Drupal core ones so you don't have to install any contributed modules just to fix this problem.
- Creating advance action of redirecting to Frontpage URL at admin/settings/actions/manage. Specify the front page URL in it.
- Assigning the above action to "Trigger: After a user has logged in" at admin/build/trigger/user.
This way also preserves destination parameter on URL. Meaning that when login with destination specified on URL the destination page will be open instead of the URL specified in the action above.
Thanks
Việt
Comment #3
wretched sinner - saved by grace commentedThis was caused by #292565: Regression: Can't set /user to 403 page (was: login destination is broken). If you can jump in and help fix it that would be great!