Actions
Feature proposal #4011
closedImplement additional API triggers
Description
Currently there are only API triggers for using Captcha. Implement API triggers to get a block object(s), whitelist object(s), log object(s), attempt object(s), current user blocks, current user whitelists, current user ip address.
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Following additional API triggers implemented. Their usage is direct output of the function it relates to.
antispam_getBlock
antispam_getWhitelist
antispam_getLog
antispam_getAttempt
antispam_getUserBlocks
antispam_getUserWhitelists
antispam_getUserIP
Actions