mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Fix example configuration for ZulipRemoteUserBackend.
(imported from commit 9f78901d24fc88dc149af5d4db23b24e9b9859fd)
This commit is contained in:
@@ -16,7 +16,7 @@ DEPLOYMENT_ROLE_KEY = ''
|
|||||||
# Enable at least one of the following authentication backends.
|
# Enable at least one of the following authentication backends.
|
||||||
AUTHENTICATION_BACKENDS = (
|
AUTHENTICATION_BACKENDS = (
|
||||||
# 'zproject.backends.EmailAuthBackend', # Email and password
|
# 'zproject.backends.EmailAuthBackend', # Email and password
|
||||||
# 'zerver.views.remote_user_sso', # Local SSO
|
# 'zproject.backends.ZulipRemoteUserBackend', # Local SSO
|
||||||
# 'zproject.backends.GoogleBackend', # Google Apps
|
# 'zproject.backends.GoogleBackend', # Google Apps
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user