summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEliezer Kanal <eykanal@erikdev.com>2015-12-01 19:58:19 -0500
committerTim Graham <timograham@gmail.com>2015-12-02 12:57:29 -0500
commitcc9c2b1ef36b4a7a124ddaa4f6cf89af7deae266 (patch)
treefe2a784f64c16a42a554b944f467c55e11ca01e5 /docs
parentacf15a07f5649e7ee2152be7abf7fb7e62529e67 (diff)
[1.9.x] Updated link to 1000 common passwords.
xato.net is dead; replaced with link to archive.org. Backport of d3b488f5bd17b4cf662613e0d3d62f9675ff3cdc from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth/passwords.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/passwords.txt b/docs/topics/auth/passwords.txt
index 346aa6fcae..944c81408e 100644
--- a/docs/topics/auth/passwords.txt
+++ b/docs/topics/auth/passwords.txt
@@ -349,7 +349,7 @@ Django includes four validators:
Validates whether the password is not a common password. By default, this
checks against a list of 1000 common password created by
- `Mark Burnett <https://xato.net/passwords/more-top-worst-passwords/>`_.
+ `Mark Burnett <https://web.archive.org/web/20150315154609/https://xato.net/passwords/more-top-worst-passwords/>`_.
The ``password_list_path`` can be set to the path of a custom file of
common passwords. This file should contain one password per line and