django-rest-passwordreset
django-rest-passwordreset copied to clipboard
[FEATURE] Limit request forgot password
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
Great idea :+1:, we could extend this by implementing a custom throttle class https://www.django-rest-framework.org/api-guide/throttling/