From d3b488f5bd17b4cf662613e0d3d62f9675ff3cdc Mon Sep 17 00:00:00 2001 From: Eliezer Kanal Date: Tue, 1 Dec 2015 19:58:19 -0500 Subject: [PATCH] Updated link to 1000 common passwords. xato.net is dead; replaced with link to archive.org. --- docs/topics/auth/passwords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_. + `Mark Burnett `_. 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