Skip to content

Commit

Permalink
Fixes #684 - Disable OTP_EMAIL_COOLDOWN_DURATION during tests
Browse files Browse the repository at this point in the history
This setting/functionality was introduced in django-otp 1.3.0
  • Loading branch information
claudep committed Dec 17, 2023
1 parent a1135bb commit 940b9cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,5 @@

TWO_FACTOR_PHONE_THROTTLE_FACTOR = 10
OTP_TOTP_THROTTLE_FACTOR = 10

OTP_EMAIL_COOLDOWN_DURATION = 0

0 comments on commit 940b9cf

Please sign in to comment.