Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: WordPress/BBPress Single Sign On

I think I see the problem now. BBPress is setting a different MD5 hash than wordpress. This must have to do with the fact it is installed in the subdirectory. Why is my install generating the wrong hash…

My config.php is set up as above. Ive pasted it below. I included the full URL coding where as you used only the http://www.xxxx.xxxx – I can’t imagine that makes a difference.

$bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;

$bb->wp_home = ‘http://www.nyquistcapital.com/’; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com’

$bb->wp_siteurl = ‘http://www.nyquistcapital.com/’; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com’

$bb->cookiepath = ‘/’; // Added per BBPress Forum Suggestion to ensure WordPress user sharing


wordpressuser_ed93838a3c2677b2a3d53669c26b039b

Path: /

Content:admin

wordpresspass_ed93838a3c2677b2a3d53669c26b039b

Path:/

Content:<HASH>

And for BBPress

wordpressuser_34c5633735768bf923be82cd0042b16a

Path: /

Content:admin

wordpresspass_34c5633735768bf923be82cd0042b16a

Path:/

Content:<HASH>

Skip to toolbar