diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-09-23 08:17:58 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-09-23 08:17:58 +0200 |
| commit | 28e769dfe6a65bf604f5adc6a650ab47ba6b3bef (patch) | |
| tree | 467cc54c7b208d528e043be089c5d7b6900e787e | |
| parent | 9d5a487f334a93de3fdcadba0caa09cbafa0d5d6 (diff) | |
Fixed typo in docs/ref/settings.txt.
| -rw-r--r-- | docs/ref/settings.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 94b8bbcb94..00538ccbf7 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2887,9 +2887,9 @@ Used by the :class:`~django.contrib.auth.views.PasswordResetConfirmView`. .. note:: - Reducing the value of this timeout doesn't make difference to the ability of - an attacker to brute-force a password reset token. Tokens are designed to be - safe from brute-forcing without any timeout. + Reducing the value of this timeout doesn't make any difference to the + ability of an attacker to brute-force a password reset token. Tokens are + designed to be safe from brute-forcing without any timeout. This timeout exists to protect against some unlikely attack scenarios, such as someone gaining access to email archives that may contain old, unused |
