TandoorRecipes / recipes

Application for managing recipes, planning meals, building shopping lists and much much more!
https://docs.tandoor.dev
Other
5.33k stars 561 forks source link

Implement new Alluth anti spam measures #1140

Open vabene1111 opened 2 years ago

vabene1111 commented 2 years ago

it appears allauth has adressed the email spam issue, need to look how it works, compare it to the current approach and possibly implement it https://github.com/pennersr/django-allauth/pull/2631

9mido commented 2 years ago

@vabene1111

If you can decipher the rate limit code, would you kindly help the rest of us understand what it is doing? Perhaps by commenting some of the rate limit code and sharing it with us here? How would you even test for something like this on localhost so that we could see how the rate limit works when trying to spam the emails? Is there a linux command or something we need to download? Maybe ngrok?

vabene1111 commented 2 years ago

not sure yet how to address this and also not the highest priority for me as my current fix (as described in the original issue) works for me right now, but if i find anything i will post it here so its documented for the future.