diff options
| author | Tim Graham <timograham@gmail.com> | 2015-06-08 13:27:47 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-10 07:41:01 -0400 |
| commit | 55b3bd84681a87266f6bef72480aaef48a7c295f (patch) | |
| tree | 4413b39f348f0a0d017db07c182ec4e0af8e6f24 /docs/ref | |
| parent | a0047c6242fd48068eb444e0a58f7a5d2bc1bcd3 (diff) | |
Refs #16860 -- Minor edits and fixes to password validation.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 8 |
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: |
