Forums

Join
bbPress Support ForumsInstallationSecret key! Where is it? Help me fast!

Info

Secret key! Where is it? Help me fast!

  1. 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!

  2. 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

  3. You must log in to post.