mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Rename USING_SSO to something more clear.
(imported from commit 94e8ae84b01419783872a5d09bafe5c2eb933c18)
This commit is contained in:
@@ -800,7 +800,7 @@ TUTORIAL_ENABLED = True
|
||||
ZULIP_IOS_APP_ID = 'com.zulip.Zulip'
|
||||
DBX_IOS_APP_ID = 'com.dropbox.Zulip'
|
||||
|
||||
USING_SSO = ('zproject.backends.ZulipRemoteUserBackend' in AUTHENTICATION_BACKENDS)
|
||||
USING_APACHE_SSO = ('zproject.backends.ZulipRemoteUserBackend' in AUTHENTICATION_BACKENDS)
|
||||
|
||||
if (len(AUTHENTICATION_BACKENDS) == 1 and
|
||||
AUTHENTICATION_BACKENDS[0] == "zproject.backends.ZulipRemoteUserBackend"):
|
||||
|
||||
Reference in New Issue
Block a user