From 3af4643c058a2dddab1ea9e04773d03071acc5ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Tue, 14 Feb 2012 11:36:08 -0200 Subject: [PATCH] Change Yahoo OpenID URL. Closes #249 --- social_auth/backends/yahoo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social_auth/backends/yahoo.py b/social_auth/backends/yahoo.py index e9362f4..65ff401 100644 --- a/social_auth/backends/yahoo.py +++ b/social_auth/backends/yahoo.py @@ -6,7 +6,7 @@ No extra configurations are needed to make this work. from social_auth.backends import OpenIDBackend, OpenIdAuth -YAHOO_OPENID_URL = 'http://yahoo.com' +YAHOO_OPENID_URL = 'http://me.yahoo.com' class YahooBackend(OpenIDBackend): -- 2.39.5