Admin's get error on "Your OpenID Identities" page
Status: Alpha
Brought to you by:
hans
Logging in to wordpress as an administrator and trying to add an identity (at wp-admin/profile.php?page=your-openid-identities) for myself, it successfully adds the identity, but the return_to page is wp-admin/users.php so that I get an empty page except for "Cannot load your-openid-identities."
I tracked this down to line 912-913 of openid-registration.php:
if ( current_user_can('edit_users') ) $parent_file = 'users.php';
else $parent_file = 'profile.php';
I'm not sure what that condition really needs to be, but I'm pretty sure that in the case of adding and openid identity to an account, it always needs to be 'profile.php'.
Let me know if you need any more info.
Logged In: YES
user_id=633574
Originator: NO
I'm having the exact same problem here.