[Plugin: WP-OpenID]
-
I’ve tried the lasted version of the WP-OpenID.
The process of identification is valid (myopenid, verisignlabs.com) but no action being taken.I am using WP 2.6.1 and WP-OpenID 2.2.2
Finally, after many hours, I found the problem :
$_SESSION[‘oid_return_to’] is always null. Why ? I don’t know.
I’ve found a solution. It’s not the best, but it works very well !
In file logic.php :
in
function finish_openid_auth() {add on the top, this line :
$_SESSION['oid_return_to'] = trailingslashit(get_option('home'));Test this solution carefully on your blogs
The topic ‘[Plugin: WP-OpenID]’ is closed to new replies.