We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed61eee commit 3e7f683Copy full SHA for 3e7f683
README.md
@@ -54,7 +54,7 @@ AUTH_PASSWORD_VALIDATORS = [
54
55
You can set the API request timeout with the `request_timeout` parameter (in seconds).
56
57
-You can set the `count_threshold` to reject a password if it appears more than
+You can set the `count_threshold` to reject a password if it appears at least
58
a certain number of times in the Pwned Passwords data set.
59
By default, this threshold is set to `1`.
60
For instance, setting `count_threshold=2` means the password will be rejected
0 commit comments