diff options
| author | Mathew Payne <2772944+GeekMasher@users.noreply.github.com> | 2018-11-15 19:11:03 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-11-15 14:11:24 -0500 |
| commit | 2128c508a20b440cd02599511a1087c3fe99c778 (patch) | |
| tree | 0d226f266cf4fb65a94fa618e8a9140e94104069 /docs | |
| parent | 793e26bc4f6bd7060eec364f8e9ca885ce5998ab (diff) | |
[2.1.x] Fixed #29952 -- Lowercased all passwords in contrib.auth's auth/common-passwords.txt.gz.
Backport of 26bb2611a567d43bc258aa7806eef766b7adcfe5 from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.4.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/2.1.4.txt b/docs/releases/2.1.4.txt index 274b5ede07..6f05a04357 100644 --- a/docs/releases/2.1.4.txt +++ b/docs/releases/2.1.4.txt @@ -9,4 +9,6 @@ Django 2.1.4 fixes several bugs in 2.1.3. Bugfixes ======== -* ... +* Corrected the default password list that ``CommonPasswordValidator`` uses by + lowercasing all passwords to match the format expected by the validator + (:ticket:`29952`). |
