Actions
Feature proposal #7031
closedImplement ajax captcha retry
Description
When ajax captcha loading fails it simply gives up. Implement retry attempts to prevent this from blocking a form.
Updated by krileon almost 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
It will now re-attempt up to 3 times. Also prevented duplicate captcha renders from both performing http requests unnecessarily, which could cause problems.
Actions