The Google OpenID auth method has been dropped by Google

This commit is contained in:
Aurélien Bompard 2015-11-19 08:45:55 +00:00
parent f41b3c862e
commit cd800256a9

View file

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