remove google as an openID provider since google no longer offers the service
This commit is contained in:
parent
e0aaa4f1ea
commit
8cfcdc832c
|
@ -6,7 +6,7 @@ CSRF_ENABLED = True
|
||||||
SECRET_KEY = 'you-will-never-guess'
|
SECRET_KEY = 'you-will-never-guess'
|
||||||
|
|
||||||
OPENID_PROVIDERS = [
|
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': 'Yahoo', 'url': 'https://me.yahoo.com'},
|
||||||
{'name': 'AOL', 'url': 'http://openid.aol.com/<username>'},
|
{'name': 'AOL', 'url': 'http://openid.aol.com/<username>'},
|
||||||
{'name': 'Flickr', 'url': 'http://www.flickr.com/<username>'},
|
{'name': 'Flickr', 'url': 'http://www.flickr.com/<username>'},
|
||||||
|
|
Loading…
Reference in New Issue