summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-03-19 12:49:37 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-03-19 12:49:37 -0700
commit7d22696b72174b7f023e6ad61bf913a6ca6e1fc2 (patch)
tree25cf959daca750d37008a90ae2bf964c9feb380e /sites/default
parente4c98800dc9830a5dbad2e19004f66eca398d4df (diff)
downloadbrdo-7d22696b72174b7f023e6ad61bf913a6ca6e1fc2.tar.gz
brdo-7d22696b72174b7f023e6ad61bf913a6ca6e1fc2.tar.bz2
Issue #1485810 by nmudgal: Clarify wording for salt variable docs in default.settings.php
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index d8ab0e62f..87eaabbc5 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -219,10 +219,10 @@ $update_free_access = FALSE;
* Salt for one-time login links and cancel links, form tokens, etc.
*
* This variable will be set to a random value by the installer. All one-time
- * login links will be invalidated if the value is changed. Note that this
- * variable must have the same value on every web server. If this variable is
- * empty, a hash of the serialized database credentials will be used as a
- * fallback salt.
+ * login links will be invalidated if the value is changed. Note that if your
+ * site is deployed on a cluster of web servers, you must ensure that this
+ * variable has the same value on each server. If this variable is empty, a hash
+ * of the serialized database credentials will be used as a fallback salt.
*
* For enhanced security, you may set this variable to a value using the
* contents of a file outside your docroot that is never saved together