Similar to OATHAuth's usage of PingLimiter, we should rate-limit EmailAuth's emails for both good and bad password attempts, so as to avoid sending a significant number of emails in certain situations.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Rate-limit EmailAuth emails | mediawiki/extensions/EmailAuth | master | +63 -4 |
Event Timeline
Comment Actions
I'd actually thrown together a basic patch a la the OATHAuth pattern yesterday, but I see you've claimed this. I'll push the patch to gerrit anyways. If it's the wrong approach or you have a different plan, I can just abandon it.
Comment Actions
Change #1167869 had a related patch set uploaded (by SBassett; author: SBassett):
[mediawiki/extensions/EmailAuth@master] Rate-limit EmailAuth emails