From ad15b5ad3a8c1df01a336a584212574d189843fb Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 19 Mar 2012 12:48:20 -0700 Subject: [PATCH] Issue #1485810 by nmudgal: Clarify wording for salt variable docs in default.settings.php --- sites/default/default.settings.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 230a7659c9db..7531a98ac24c 100755 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -221,10 +221,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