From 55b3bd84681a87266f6bef72480aaef48a7c295f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 8 Jun 2015 13:27:47 -0400 Subject: Refs #16860 -- Minor edits and fixes to password validation. --- docs/ref/settings.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/ref') 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: -- cgit v1.3