From 8cfcdc832ccf9061a8ccf5b428ad97911005911f Mon Sep 17 00:00:00 2001 From: jieun Date: Tue, 4 Apr 2017 16:57:59 -0400 Subject: [PATCH] remove google as an openID provider since google no longer offers the service --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 7b7d534..4e71171 100644 --- a/config.py +++ b/config.py @@ -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/'}, {'name': 'Flickr', 'url': 'http://www.flickr.com/'},