diff options
author | Peter Westwood <westi@git.wordpress.org> | 2009-02-27 17:14:22 +0000 |
---|---|---|
committer | Peter Westwood <westi@git.wordpress.org> | 2009-02-27 17:14:22 +0000 |
commit | c40eac2fa502e553526d74c4fe2e34033e0fe46e (patch) | |
tree | 3d40a395e4af4f14f6ff2d70735b444988affa10 /wp-config-sample.php | |
parent | 0477e4426d044b154f8de05ad0ab29a187276194 (diff) | |
download | wordpress-c40eac2fa502e553526d74c4fe2e34033e0fe46e.tar.gz wordpress-c40eac2fa502e553526d74c4fe2e34033e0fe46e.zip |
Explain consequences of changing the *_KEY defines. Fixes #9181.
git-svn-id: https://develop.svn.wordpress.org/trunk@10659 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'wp-config-sample.php')
-rw-r--r-- | wp-config-sample.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-config-sample.php b/wp-config-sample.php index 9645bb587e..b5a20e74f5 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -38,6 +38,7 @@ define('DB_COLLATE', ''); *
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
+ * You can change these at any point in time to invalidate all existing cookies this does mean that all users will have to login again.
*
* @since 2.6.0
*/
|