From 2e4a2003485fcc5d0220942eb404d7dc60a54b7a Mon Sep 17 00:00:00 2001 From: donncha Date: Mon, 21 Jul 2008 15:55:54 +0000 Subject: 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 --- wp-config-sample.php | 1 + 1 file changed, 1 insertion(+) (limited to 'wp-config-sample.php') 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'); -- cgit