The Google OpenID auth method has been dropped by Google
This commit is contained in:
parent
f41b3c862e
commit
cd800256a9
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue