﻿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
30154	i18n: redirects to default login page if LOGIN_URL = 'login' not specified	Oskar Haller	nobody	"Hi,

**Setup**: a multilanguage page that uses django.contrib.auth.
**Bug**: A request to a view that is only visible for authorized.users is redirected to the default login page and not the language specific login page. Unless LOGIN_URL is specified in settings.py.

**Example**: 
**Wrong behavior**: request /de/accounts/password_change/ -> /accounts/login/?next=/de/accounts/password_change/
**Correct behavior** (if LOGIN_URL is set):  request /de/accounts/password_change/ -> /de/accounts/login/?next=/de/accounts/password_change/"	Cleanup/optimization	closed	Documentation	dev	Normal	wontfix	i18n LOGIN_URL		Accepted	1	0	0	0	0	0
