Committer: wisest-owl
LJSUP-7254. Unable to login with OpenID on wordpress engine based sitesU trunk/cgi-bin/ljfeed.pl
Modified: trunk/cgi-bin/ljfeed.pl =================================================================== --- trunk/cgi-bin/ljfeed.pl 2011-02-01 11:00:22 UTC (rev 18179) +++ trunk/cgi-bin/ljfeed.pl 2011-02-01 11:01:36 UTC (rev 18180) @@ -952,7 +952,7 @@ # Only people (not communities, etc) can be OpenID authenticated if ($person && LJ::OpenID->server_enabled) { $println->(' <Service priority="0">'); - $println->(' <Type>http://specs.openid.net/auth/2.0/signon</Type>'); + $println->(' <Type>http://specs.openid.net/auth/2.0</Type>'); $println->(' <URI>'.LJ::ehtml($LJ::OPENID_SERVER).'</URI>'); $println->(' <LocalID>'.LJ::ehtml($u->journal_base) . '/' .'</LocalID>'); $println->(' </Service>');