Skip to:
Content
Pages
Categories
Search
Top
Bottom

No Cookie Salts? BbPres integration.


  • 2864451
    Inactive

    I dont seem to be able to find this answer.

    There are no “secure auth” cookie salt or “auth” cookie salt on my installation.

    I used the 1.0 Alpha 6 BbPress and Buddypress latest version.

    How come these are not where they say they are “this wordpress admin page”

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)

  • Tim Moore
    Participant

    @nullcrash

    On your server, you should find a file “wp-config.php” in the root directory of the WPMU installation. You also need to be running WPMU 2.7 for all of these options to be available.

    Open wp-config.php and you will see:

    define('AUTH_KEY', 'something');
    define('SECURE_AUTH_KEY', 'something');
    define('LOGGED_IN_KEY', 'something');
    define('NONCE_KEY', 'something');
    define('AUTH_SALT', 'something');
    define('LOGGED_IN_SALT', 'something');
    define('SECURE_AUTH_SALT', 'something');
    define('SECRET_KEY', 'something');

    The “something” above are the values you want to use.


    2864451
    Inactive

    I got it, i was reading a tut that wasnt aimed at a beginner but after much patience i figured it out. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No Cookie Salts? BbPres integration.’ is closed to new replies.
Skip to toolbar