*: rephrase strings

This commit is contained in:
Jens Langhammer
2020-07-01 18:40:52 +02:00
parent 219acf76d5
commit 3b70d12a5f
23 changed files with 38 additions and 34 deletions

View File

@ -13,7 +13,7 @@ LOGGER = get_logger()
class HaveIBeenPwendPolicy(Policy):
"""Check if password is on HaveIBeenPwned's list by upload the first
"""Check if password is on HaveIBeenPwned's list by uploading the first
5 characters of the SHA1 Hash."""
allowed_count = models.IntegerField(default=0)