Rename USING_SSO to something more clear.

(imported from commit 94e8ae84b01419783872a5d09bafe5c2eb933c18)
This commit is contained in:
Tim Abbott
2015-08-18 19:36:24 -07:00
parent 05b0cbb36a
commit 5b8894cd25
2 changed files with 2 additions and 2 deletions

View File

@@ -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"):