mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 04:12:02 +00:00
Improve documentation of SSO_APPEND_DOMAIN.
(imported from commit b91893924c1f64958c361aa83bd042509c8beec6)
This commit is contained in:
@@ -20,8 +20,10 @@ AUTHENTICATION_BACKENDS = (
|
|||||||
# 'zproject.backends.GoogleBackend', # Google Apps
|
# 'zproject.backends.GoogleBackend', # Google Apps
|
||||||
)
|
)
|
||||||
|
|
||||||
# When using SSO: If REMOTE_USER only provides a username, append this domain
|
# If you are using the zproject.backends.ZulipRemoteUserBackend
|
||||||
# to the returned value.
|
# authentication backend, set this to example.com if REMOTE_USER is
|
||||||
|
# "username" and the corresponding email address is
|
||||||
|
# "username@example.com".
|
||||||
SSO_APPEND_DOMAIN = None
|
SSO_APPEND_DOMAIN = None
|
||||||
|
|
||||||
# Make session cookies expire when the browser closes
|
# Make session cookies expire when the browser closes
|
||||||
|
|||||||
Reference in New Issue
Block a user