Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: WordPress/BBPress Single Sign On

OK, feeling pretty stupid now.

I used the first suggestion:

$bb->usercookie = ‘wordpressuser_full.hash.number’;

$bb->passcookie = ‘wordpresspass_full.hash.number’;

Except this time I replaced it with my actual MD5. DUH!!!

$bb->usercookie = ‘wordpressuser_ed93838a3c2677b2a3d53669c26b039b’;

$bb->passcookie = ‘wordpresspass_ed93838a3c2677b2a3d53669c26b039b’;

Things working smoothly now. Thank you for your help and I hope this thread helps someone else.

Skip to toolbar