Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
ad15b5ad
Commit
ad15b5ad
authored
Mar 19, 2012
by
Jennifer Hodgdon
Browse files
Issue
#1485810
by nmudgal: Clarify wording for salt variable docs in default.settings.php
parent
5f58ed3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
sites/default/default.settings.php
View file @
ad15b5ad
...
...
@@ -221,10 +221,10 @@
* 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 th
is
*
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment