Changes between Initial Version and Version 1 of Ticket #43443, comment 4
- Timestamp:
- 03/07/2018 11:14:15 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43443, comment 4
initial v1 4 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. 5 5 - Perhaps add garbage collection function to delete expired requests. 6 - Consider how this can be use rthrough the REST API and add an endpoint.6 - Consider how this can be used through the REST API and add an endpoint. 7 7 - Log confirmed requests and perhaps show them on the dashboard? Typically an admin will have to perform the requested action. When a site has more than one admin, would be good if all can see pending requests.