Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi authored Jun 17, 2024
1 parent ed61eee commit 3e7f683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ AUTH_PASSWORD_VALIDATORS = [

You can set the API request timeout with the `request_timeout` parameter (in seconds).

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
a certain number of times in the Pwned Passwords data set.
By default, this threshold is set to `1`.
For instance, setting `count_threshold=2` means the password will be rejected
Expand Down

1 comment on commit 3e7f683

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
django_pwned
   validators.py50198%46
TOTAL232199% 

Tests Skipped Failures Errors Time
14 0 💤 0 ❌ 0 🔥 0.813s ⏱️

Please sign in to comment.