Jawayria
|
b1ecfc2252
|
Applied pylint-amnesty to util
|
2021-02-02 14:59:19 +05:00 |
|
Waheed Ahmed
|
4f80fd6540
|
Improve password reset rate limit.
Used django-ratelimit instead of django-ratelimit-backend
to configure two different rate limit configurations for same
endpoint.
PROD-1708
|
2020-07-08 16:19:07 +05:00 |
|
Feanil Patel
|
72ea1b7d4f
|
Revert "Increase requests limit for logistration rate limit."
This reverts commit a1c018823d.
|
2020-05-21 11:40:47 -04:00 |
|
Waheed Ahmed
|
a1c018823d
|
Increase requests limit for logistration rate limit.
|
2020-05-21 17:05:19 +05:00 |
|
Waheed Ahmed
|
c603111895
|
added another test case.
|
2020-05-07 15:14:31 +05:00 |
|
Waheed Ahmed
|
05d18effde
|
Implement both IP and email based rate limiting.
|
2020-05-07 15:14:31 +05:00 |
|
Waheed Ahmed
|
07465b2b35
|
Ratelimit password reset by email instead of IP.
Also changed `password_reset` endpoint rate limit configuration to
1/minute from 30/5 minutes.
PROD-1427
|
2020-04-30 14:50:47 +05:00 |
|
Feanil Patel
|
9cf2f9f298
|
Run 2to3 -f future . -w
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
|
2019-12-30 10:35:30 -05:00 |
|
noraiz-anwar
|
34cf433588
|
rate limit requests for password reset emails
|
2019-05-23 13:29:36 +05:00 |
|