From 43731112e7b69bac6038875864a68d31703b8348 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Thu, 20 Jul 2017 15:03:20 -0700 Subject: [PATCH] Remove Facebook from default social auth provider. --- web/mailman-web/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/mailman-web/settings.py b/web/mailman-web/settings.py index 249b82a..26ebed9 100644 --- a/web/mailman-web/settings.py +++ b/web/mailman-web/settings.py @@ -92,8 +92,6 @@ INSTALLED_APPS = ( 'allauth.socialaccount.providers.github', 'allauth.socialaccount.providers.gitlab', 'allauth.socialaccount.providers.google', - 'allauth.socialaccount.providers.facebook', - #'allauth.socialaccount.providers.stackexchange', )