From: Matías Aguirre Date: Tue, 14 Feb 2012 13:36:08 +0000 (-0200) Subject: Change Yahoo OpenID URL. Closes #249 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3af4643c058a2dddab1ea9e04773d03071acc5ae;p=django-social-auth.git Change Yahoo OpenID URL. Closes #249 --- 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):