Forums
-
- Forum
- Posts
-
- Installation
- 28,548
- Troubleshooting
- 62,911
- Themes
- 10,445
- Plugins
- 15,400
- Requests & Feedback
- 15,014
- Showcase
- 3,258
-
You have to put them all in (and this is mentioned during the install and integration)
define('BB_AUTH_KEY', 'xxx');
define('BB_SECURE_AUTH_KEY', 'xxx');
define('BB_LOGGED_IN_KEY', 'xxx');
define('BB_NONCE_KEY', 'xxx');
define('BB_AUTH_SALT', 'xxx');
define('BB_LOGGED_IN_SALT', 'xxx');
define('BB_SECURE_AUTH_SALT', 'xxx');