From: javyer Date: Tue, 28 May 2013 16:08:29 +0000 (+0000) Subject: Fixed yahoo openid auth X-Git-Tag: live~33 X-Git-Url: https://git.openstreetmap.org/osqa.git/commitdiff_plain/1499c00bc696972ab79ecb6ea45e09b21014682b Fixed yahoo openid auth git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1284 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/media/js/jquery.openid.js b/forum/skins/default/media/js/jquery.openid.js index a1316c1..142c571 100644 --- a/forum/skins/default/media/js/jquery.openid.js +++ b/forum/skins/default/media/js/jquery.openid.js @@ -8,7 +8,7 @@ var providers_large = { }, yahoo: { name: 'Yahoo', - url: 'http://yahoo.com/' + url: 'http://me.yahoo.com/' }, aol: { name: 'AOL', diff --git a/forum_modules/openidauth/authentication.py b/forum_modules/openidauth/authentication.py index 0afd4c6..79eaeba 100644 --- a/forum_modules/openidauth/authentication.py +++ b/forum_modules/openidauth/authentication.py @@ -16,7 +16,7 @@ class GoogleAuthContext(ConsumerTemplateContext): class YahooAuthConsumer(OpenIdAbstractAuthConsumer): def get_user_url(self, request): - return 'http://yahoo.com/' + return 'http://me.yahoo.com/' class YahooAuthContext(ConsumerTemplateContext): mode = 'BIGICON'