Skip to content

Commit cb3ed61

Browse files
committed
exclude login view for login required necessity to prevent ERR_TOO_MANY_REDIRECTS error
1 parent 5328c4c commit cb3ed61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webvirtcloud/settings.py.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ SHOW_PROFILE_EDIT_PASSWORD = True
212212

213213
OTP_ENABLED = False
214214

215-
LOGIN_REQUIRED_IGNORE_VIEW_NAMES = ["accounts:email_otp"]
215+
LOGIN_REQUIRED_IGNORE_VIEW_NAMES = ["accounts:login", "accounts:email_otp"]
216216

217217
LDAP_ENABLED = False
218218
LDAP_URL = ''

0 commit comments

Comments
 (0)