Code review comment for lp:~jamesh/django-openid-auth/sanitise-url

Revision history for this message
James Henstridge (jamesh) wrote :

Fix the sanitise_redirect_url() function to convert the empty string into settings.LOGIN_REDIRECT_URL again. Without this, the login_complete() view redirects back to itself if no "next" parameter was given.

« Back to merge proposal