Single login error – "Multiple user_login matches"
-
I have setup bbpress with deep integration and single signin. I am running a wp network site. I have mapped all of the keys => bb_keys / salts as well as defined the cookiepath. When I login to wp I am not logged in to bbpress.
When I try to login to bbpress (logged in OR out of wp) i receive this error: Multiple user_login matches
I have traced it down to this call:
‘includes/functions.bb.pluggable’:
bb_check_login(){
$user = $wp_users_object->get_user( $user, array( ‘by’ => ‘login’ ) );
Also I cannot access /bb/bb-admin as it redirects me back to /bb/
I have read through many posts on this subject, though I have not seen this error posted anywhere.
Any help would be greatly appreciated!
Shawn
- You must be logged in to reply to this topic.