django-rest-passwordreset icon indicating copy to clipboard operation
django-rest-passwordreset copied to clipboard

[FEATURE] Limit request forgot password

Open hongquanvn1998 opened this issue 3 years ago • 1 comments

I cannot block request when user use multiple feature forgot password I need some config in setting.py file. I can add number of limit use feature forgot

hongquanvn1998 avatar Nov 25 '21 17:11 hongquanvn1998

Great idea :+1:, we could extend this by implementing a custom throttle class https://www.django-rest-framework.org/api-guide/throttling/

nezhar avatar Nov 28 '21 09:11 nezhar