Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: WordPress Integration

define('AUTH_KEY', 'put your unique phrase here');
define('SECURE_AUTH_KEY', 'put your unique phrase here');
define('LOGGED_IN_KEY', 'put your unique phrase here');
define('NONCE_KEY', 'put your unique phrase here');

replace those with the 8 keys

you do the same in bb-config.php

and add “BB_”

define('BB_AUTH_KEY', 'put your unique phrase here');

Skip to toolbar