Info
- 2 posts
- 2 voices
- Started 2 years ago by Marius-
- Latest reply from Driftless1
- This topic is not resolved
Secret key! Where is it? Help me fast!
-
- Posted 2 years ago #
To integrate BBPress with WordPress cookies, I need a secret key.
I have four keys in my wp-config file, and none of them are called "Secret Key". So where do I get this?I need help FAST, so please!
-
- Posted 2 years ago #
Hi - there are several threads relating to this. Short answer:
The multiple keys are used in both -- notably in bb-config.php:
define( 'BB_AUTH_KEY', 'xxxxxxxxxxxxxxxxxx' );
define( 'BB_SECURE_AUTH_KEY', 'xxxxxxxxxxxxxxx' );
define( 'BB_LOGGED_IN_KEY'xxxxxxxxxxxxxxxxxxx');Should match the similar keys (of the five or so) listed in your wp-config.php file.
http://bbpress.org/forums/topic/login-in-problems-with-wordpressbbpress
http://bbpress.org/forums/topic/basic-integration-screencast/page/3 -
You must log in to post.