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',