remove google as an openID provider since google no longer offers the service

This commit is contained in:
jieun 2017-04-04 16:57:59 -04:00
parent e0aaa4f1ea
commit 8cfcdc832c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ CSRF_ENABLED = True
SECRET_KEY = 'you-will-never-guess'
OPENID_PROVIDERS = [
{'name': 'Google', 'url': 'https://www.google.com/accounts/o8/id'},
#{'name': 'Google', 'url': 'https://www.google.com/accounts/o8/id'},
{'name': 'Yahoo', 'url': 'https://me.yahoo.com'},
{'name': 'AOL', 'url': 'http://openid.aol.com/<username>'},
{'name': 'Flickr', 'url': 'http://www.flickr.com/<username>'},