iftechfoundation / ifdb-suggestion-tracker

Bugs and feature requests for a future IFDB update
10 stars 0 forks source link

Implement a rate limit for Forgot Password emails #451

Open dfabulich opened 4 months ago

dfabulich commented 4 months ago

If you know a user's email address, you can submit "Lost Password" requests over and over, filling their inbox with spammy "lost password" emails.

We should rate limit it, probably exponentially. If we sent N unacknowledged emails to this account today, you'd have to wait, say, 2^N minutes before sending another "Lost Password" email. For example:

See also #450.