mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Merge pull request #30 from HarryRybacki/patch-1
Fixed confusing sentence
This commit is contained in:
commit
a32584b5ee
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ slow down the login attempts.
|
|||
|
||||
We will use a cache so that it doesn't have to hit the database in order to
|
||||
check the database on each login attempt. The first version will be based on
|
||||
Redis, but the goal is to make this configurable so that people can use what
|
||||
they want for a backend, so it is configurable.
|
||||
Redis, but the goal is to make this configurable so that people can use whatever
|
||||
backend best fits their needs.
|
||||
|
||||
Build status
|
||||
------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue