]> git.parisson.com Git - django-social-auth.git/commitdiff
Change Yahoo OpenID URL. Closes #249
authorMatías Aguirre <matiasaguirre@gmail.com>
Tue, 14 Feb 2012 13:36:08 +0000 (11:36 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Tue, 14 Feb 2012 13:36:08 +0000 (11:36 -0200)
social_auth/backends/yahoo.py

index e9362f4c8f293bc451e91ea364f0f3936fa66331..65ff401a410aca3043ab23ebffbd37384dce16e3 100644 (file)
@@ -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):