GNOME Bugzilla – Bug 605183
Don't use the LOGIN_REDIRECT_URL variable
Last modified: 2010-03-01 18:13:03 UTC
Hi, I set the LOGIN_REDIRECT_URL variable in the setting.py but I still get redirect to the wrong url (the root of the webserver) after login
Created attachment 154951 [details] [review] Use LOGIN_REDIRECT_URL if no other URL is given Django's login view uses settings.LOGIN_REDIRECT_URL by default, so there is no need to specify the 'next' parameter. No behavior is changed, but it is now possible to enter a custom redirect URL in the setings.
Review of attachment 154951 [details] [review]: Looks good to me. Sander, do you have commit access on git.gnome.org, or should I commit this for you?
Thanks, I have committed the fix.