Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: 1.0 aphpa 2: WordPress & bbPress integration logins not being passed to each

I’ve chedked them about 5 times but with the hope that your suggestion and good energy might find an issue, I just checked them again but they are the same apart from the fact the the bbPress ones have BB_ before the variable names.

WORDPRESS:

define(‘AUTH_KEY’, ‘phrase 1’); //

Change this to a unique phrase.

define(‘SECURE_AUTH_KEY’, ‘phrase 2’); // Change this to a unique phrase.

define(‘LOGGED_IN_KEY’, ‘phrase 3’); // Change this to a unique phrase.

BBPRESS:

define(‘BB_AUTH_KEY’, ‘phrase 1’);

// Change this to a unique phrase.

define(‘BB_SECURE_AUTH_KEY’, ‘phrase 2’); // Change this to a unique phrase.

define(‘BB_LOGGED_IN_KEY’, ‘phrase 3’); // Change this to a unique phrase.

Skip to toolbar