diff options
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: |
