Make WordPress Core


Ignore:
Timestamp:
12/24/2007 06:34:12 AM (17 years ago)
Author:
ryan
Message:

Allow DB salt to be overridden by SECRET_SALT. Add a filter to wp_salt(). see #5367

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-config-sample.php

    r6471 r6478  
    1010// Change SECRET_KEY to a unique phrase.  You won't have to remember it later,
    1111// so make it long and complicated.  You can visit https://www.grc.com/passwords.htm
    12 // to get a phrase generated for you.
    13 define('SECRET_KEY', ''); // Change this to a unique phrase.
     12// to get a phrase generated for you, or just make something up.
     13define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase.
    1414
    1515// You can have multiple installations in one database if you give each a unique prefix
Note: See TracChangeset for help on using the changeset viewer.