summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-06-04 05:03:37 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2013-06-04 05:03:37 -0500
commit682b9ee96b6aad33b1339ce0fca4c855deaec1e3 (patch)
tree1141e5a423987d409acb7f25cc216c5fe535408a
parent67b1e9ffa248210a6b6e03ce90c51cf0e19ed445 (diff)
downloadpathery-682b9ee96b6aad33b1339ce0fca4c855deaec1e3.tar.xz
Revert "Yahoo work around with openid_identity"
This reverts commit 538c6f28e50b92b77ef9ce7a6a49641327eeed1a.
-rw-r--r--pages/login.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/pages/login.php b/pages/login.php
index e5ccda8..d277cb7 100644
--- a/pages/login.php
+++ b/pages/login.php
@@ -52,10 +52,8 @@ try {
$display = 'noname';
}
$email = $openIdAttributes['contact/email'];
- //$claimedid = $openid->__get('identity');
- // Yahoo fix:
- $claimedid = $openid->__get('openid_identity');
-
+ $claimedid = $openid->__get('identity');
+
if ($claimedid == "https://open.login.yahooapis.com/openid20/user_profile/xrds") {
die(throwLoginError($openIdAttributes, "Yahoo went full retard, and didn't send any way for me to identify you..."));
}