Fix example configuration for ZulipRemoteUserBackend.

(imported from commit 9f78901d24fc88dc149af5d4db23b24e9b9859fd)
This commit is contained in:
Tim Abbott
2013-11-13 10:45:16 -05:00
parent 4cb50d8f3b
commit 2fff9f94ab

View File

@@ -16,7 +16,7 @@ DEPLOYMENT_ROLE_KEY = ''
# Enable at least one of the following authentication backends.
AUTHENTICATION_BACKENDS = (
# 'zproject.backends.EmailAuthBackend', # Email and password
# 'zerver.views.remote_user_sso', # Local SSO
# 'zproject.backends.ZulipRemoteUserBackend', # Local SSO
# 'zproject.backends.GoogleBackend', # Google Apps
)