summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-11-30 16:20:30 -0500
committerAnthony G. Basile <blueness@gentoo.org>2016-11-30 16:20:30 -0500
commit75281e477eac5776bf6db39ccb1dfb91f73414c0 (patch)
treeea4621d4ab5c57e089fd9d912e6a3c47b93fc663 /plugins/openid/login.php
parentUpdate plugin wordpress-mobile-pack to 2.2.6 (diff)
downloadblogs-gentoo-75281e477eac5776bf6db39ccb1dfb91f73414c0.tar.gz
blogs-gentoo-75281e477eac5776bf6db39ccb1dfb91f73414c0.tar.bz2
blogs-gentoo-75281e477eac5776bf6db39ccb1dfb91f73414c0.zip
Update plugin openid to 3.4.2
Diffstat (limited to 'plugins/openid/login.php')
-rw-r--r--plugins/openid/login.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/openid/login.php b/plugins/openid/login.php
index ee4da241..c0b95a1d 100644
--- a/plugins/openid/login.php
+++ b/plugins/openid/login.php
@@ -37,6 +37,7 @@ function openid_authenticate($user) {
if ( !wp_verify_nonce($_REQUEST['_wpnonce'], 'openid_login_' . md5($identity_url)) ) {
$user = new WP_Error('openid_login_error', __('Error during OpenID authentication. Please try again. (invalid nonce)', 'openid'));
+ return $user;
}
if ( $identity_url ) {