mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 23:19:40 +00:00
exclude login view for login required necessity to prevent ERR_TOO_MANY_REDIRECTS error
This commit is contained in:
@@ -212,7 +212,7 @@ SHOW_PROFILE_EDIT_PASSWORD = True
|
||||
|
||||
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_URL = ''
|
||||
|
||||
Reference in New Issue
Block a user