﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2138	auth.views small bug	sdistefano@…	Adrian Holovaty	"what I've found grepping
auth/views.py:
         if not errors:
            # Light security check -- make sure redirect_to isn't garbage.
            if not redirect_to or '://' in redirect_to or ' ' in redirect_to:
                redirect_to = '/accounts/login'
is redundant.
Should be redirect_to = LOGIN_URL which is imported already.
"	defect	closed	contrib.admin		trivial	invalid			Unreviewed	0	0	0	0	0	0
