Issue #1485810 by nmudgal: Clarify wording for salt variable docs in default.settings.php

8.0.x
Jennifer Hodgdon 2012-03-19 12:48:20 -07:00
parent 5f58ed3d6f
commit ad15b5ad3a
1 changed files with 4 additions and 4 deletions

View File

@ -221,10 +221,10 @@ $update_free_access = FALSE;
* Salt for one-time login links and cancel links, form tokens, etc. * 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 * 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 * login links will be invalidated if the value is changed. Note that if your
* variable must have the same value on every web server. If this variable is * site is deployed on a cluster of web servers, you must ensure that this
* empty, a hash of the serialized database credentials will be used as a * variable has the same value on each server. If this variable is empty, a hash
* fallback salt. * 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 * 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 * contents of a file outside your docroot that is never saved together