summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-06-08 13:27:47 -0400
committerTim Graham <timograham@gmail.com>2015-06-10 07:41:01 -0400
commit55b3bd84681a87266f6bef72480aaef48a7c295f (patch)
tree4413b39f348f0a0d017db07c182ec4e0af8e6f24 /docs/ref
parenta0047c6242fd48068eb444e0a58f7a5d2bc1bcd3 (diff)
Refs #16860 -- Minor edits and fixes to password validation.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/settings.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index a0c3e69877..126f8f17fb 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2774,11 +2774,11 @@ AUTH_PASSWORD_VALIDATORS
.. versionadded:: 1.9
-Default: ``[]``
+Default: ``[]`` (Empty list)
-Sets the validators that are used to check the strength of user's passwords.
-See :ref:`password-validation` for more details.
-By default, no validation is performed and all passwords are accepted.
+The list of validators that are used to check the strength of user's passwords.
+See :ref:`password-validation` for more details. By default, no validation is
+performed and all passwords are accepted.
.. _settings-messages: