mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +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.
|
||||
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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user