From 2fff9f94abd9aa1cf2258ba4e8c42943cdca16b5 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 13 Nov 2013 10:45:16 -0500 Subject: [PATCH] Fix example configuration for ZulipRemoteUserBackend. (imported from commit 9f78901d24fc88dc149af5d4db23b24e9b9859fd) --- zproject/local_settings_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zproject/local_settings_template.py b/zproject/local_settings_template.py index ba9e1462e1..e09ba98435 100644 --- a/zproject/local_settings_template.py +++ b/zproject/local_settings_template.py @@ -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 )