mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #16860 -- Minor edits and fixes to password validation.
This commit is contained in:
parent
a0047c6242
commit
55b3bd8468
6 changed files with 68 additions and 31 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue