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/'},