mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +00:00
exclude login view for login required necessity to prevent ERR_TOO_MANY_REDIRECTS error
This commit is contained in:
parent
5328c4c2ba
commit
cb3ed61872
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ SHOW_PROFILE_EDIT_PASSWORD = True
|
||||||
|
|
||||||
OTP_ENABLED = False
|
OTP_ENABLED = False
|
||||||
|
|
||||||
LOGIN_REQUIRED_IGNORE_VIEW_NAMES = ["accounts:email_otp"]
|
LOGIN_REQUIRED_IGNORE_VIEW_NAMES = ["accounts:login", "accounts:email_otp"]
|
||||||
|
|
||||||
LDAP_ENABLED = False
|
LDAP_ENABLED = False
|
||||||
LDAP_URL = ''
|
LDAP_URL = ''
|
||||||
|
|
Loading…
Reference in a new issue