Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: (sigh) integration cookie problem for all users except admin


Greg
Participant

@rebootnow

At this point I am questioning everything. Following Burt’s updated integration instructions there is only one point where I have the slightest doubt. In the bbPress admin page for WP integration, it says the following about the SALTs:

This must match the value of the WordPress setting named “auth_salt” in your WordPress site. Look for the option labeled “auth_salt” in this WordPress admin page.

There are no SALT values in “/wp-admin/options.php”. So I put values like the following in wp-config.php:

define(‘AUTH_SALT’, ‘XXX’);

define(‘LOGGED_IN_SALT’, ‘XXX’);

define(‘SECURE_AUTH_SALT’, ‘XXX’);

…where the XXX values came from “https://api.wordpress.org/secret-key/1.1/”. I have corresponding “BB_” entries in “bb-config.php”.

Skip to toolbar