summaryrefslogtreecommitdiffstats
path: root/wp-config-sample.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-21 15:55:54 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-21 15:55:54 +0000
commit2e4a2003485fcc5d0220942eb404d7dc60a54b7a (patch)
treeadb1e71737482096730f124779d832e4ba5bb0c5 /wp-config-sample.php
parente46b68482095f5e9d0f74ae6f639c5dbe505a727 (diff)
downloadwordpress-mu-2e4a2003485fcc5d0220942eb404d7dc60a54b7a.tar.gz
wordpress-mu-2e4a2003485fcc5d0220942eb404d7dc60a54b7a.tar.xz
wordpress-mu-2e4a2003485fcc5d0220942eb404d7dc60a54b7a.zip
Added "SECURE_AUTH_SALT" constant so sitewide ssl logins work
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1388 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-config-sample.php')
-rw-r--r--wp-config-sample.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-config-sample.php b/wp-config-sample.php
index b622897..199da41 100644
--- a/wp-config-sample.php
+++ b/wp-config-sample.php
@@ -15,6 +15,7 @@ $base = 'BASE';
// to get keys generated for you, or just make something up. Each key should have a different phrase.
define('AUTH_KEY', 'put your unique phrase here'); // Change this to a unique phrase.
define('SECURE_AUTH_KEY', 'put your unique phrase here'); // Change this to a unique phrase.
+define('SECURE_AUTH_SALT', 'put your unique phrase here'); // Change this to a unique phrase.
define('LOGGED_IN_KEY', 'put your unique phrase here'); // Change this to a unique phrase.
define('SECRET_KEY', 'put your unique phrase here'); // Change these to unique phrases.
define('SECRET_SALT', 'put your unique phrase here');