Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #43443, comment 4


Ignore:
Timestamp:
03/07/2018 11:19:07 AM (7 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43443, comment 4

    v1 v2  
    22
    33Things to consider:
    4 - Prevent "flood" of requests. If a request is made and is hasn't expired, perhaps limit how many new requests can be made for the same email. Something like 10 should be plenty to cover legitimate user cases.
     4- Prevent "flood" of requests. If a request is made and it hasn't expired, perhaps limit how many new requests can be made for the same email. Something like 10 should be plenty to cover legitimate user cases.
    55- Perhaps add garbage collection function to delete expired requests.
    66- Consider how this can be used through the REST API and add an endpoint.