From 91c1342ffbc639a74448de5170dc605efd1473f6 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 16 Apr 2014 22:51:56 -0400 Subject: [PATCH] Switch to having GitHub login off in the default config, since the keys are empty anyway --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 8e454040d..2d8f659df 100644 --- a/config.py +++ b/config.py @@ -137,7 +137,7 @@ class DefaultConfig(object): FEATURE_USER_LOG_ACCESS = False # Feature Flag: Whether GitHub login is supported. - FEATURE_GITHUB_LOGIN = True + FEATURE_GITHUB_LOGIN = False # Feature flag, whether to enable olark chat FEATURE_OLARK_CHAT = False