From cd800256a995fa647315acbf1a00fc99100f4b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 19 Nov 2015 08:45:55 +0000 Subject: [PATCH] The Google OpenID auth method has been dropped by Google --- roles/mailman/templates/settings.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mailman/templates/settings.py.j2 b/roles/mailman/templates/settings.py.j2 index 53f0c0c652..7c8c4f3bc5 100644 --- a/roles/mailman/templates/settings.py.j2 +++ b/roles/mailman/templates/settings.py.j2 @@ -216,7 +216,7 @@ DEFAULT_FROM_EMAIL = "admin@fedoraproject.org" AUTHENTICATION_BACKENDS = ( #'social.backends.open_id.OpenIdAuth', # http://python-social-auth.readthedocs.org/en/latest/backends/google.html - 'social.backends.google.GoogleOpenId', + #'social.backends.google.GoogleOpenId', #'social.backends.google.GoogleOAuth2', #'social.backends.twitter.TwitterOAuth', 'social.backends.yahoo.YahooOpenId',