Skip to content

Commit

Permalink
Update openIMIS/openIMIS/settings/security.py
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip authored Nov 13, 2024
1 parent af26e55 commit 6330792
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openIMIS/openIMIS/settings/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@
AXES_COOLOFF_TIME = timedelta(minutes=int(os.getenv("LOGIN_LOCKOUT_COOLOFF_TIME", 5)))
AXES_HANDLER = os.environ.get("AXES_HANDLER", 'axes.handlers.cache.AxesCacheHandler')
AXES_ENABLED = True if os.environ.get("AXES_ENABLED", "true").lower() == "true" else False


# AXES_LOCKOUT_PARAMETERS = ['username']

RATELIMIT_CACHE = os.getenv('RATELIMIT_CACHE', 'default')
Expand Down

0 comments on commit 6330792

Please sign in to comment.