mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Fix LOGIN_URL setting
This commit is contained in:
@@ -381,7 +381,7 @@ django.conf.locale.LANG_INFO.update(EXTRA_LANG_INFO)
|
|||||||
|
|
||||||
|
|
||||||
AUTH_USER_MODEL = 'pretixbase.User'
|
AUTH_USER_MODEL = 'pretixbase.User'
|
||||||
LOGIN_URL = '/login' # global login does not yet exist
|
LOGIN_URL = 'control:auth.login'
|
||||||
LOGIN_URL_CONTROL = 'control:auth.login'
|
LOGIN_URL_CONTROL = 'control:auth.login'
|
||||||
CSRF_FAILURE_VIEW = 'pretix.base.views.errors.csrf_failure'
|
CSRF_FAILURE_VIEW = 'pretix.base.views.errors.csrf_failure'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user