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.
Actions
Added by krileon about 7 years ago. Updated almost 7 years ago.
Description
When ajax captcha loading fails it simply gives up. Implement retry attempts to prevent this from blocking a form.
It will now re-attempt up to 3 times. Also prevented duplicate captcha renders from both performing http requests unnecessarily, which could cause problems.