Improve documentation of SSO_APPEND_DOMAIN.

(imported from commit b91893924c1f64958c361aa83bd042509c8beec6)
This commit is contained in:
Tim Abbott
2013-11-13 23:07:16 -05:00
parent 486fcfa53f
commit 042f5a3959

View File

@@ -20,8 +20,10 @@ AUTHENTICATION_BACKENDS = (
# 'zproject.backends.GoogleBackend', # Google Apps
)
# When using SSO: If REMOTE_USER only provides a username, append this domain
# to the returned value.
# If you are using the zproject.backends.ZulipRemoteUserBackend
# 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
# Make session cookies expire when the browser closes