Captcha load/reload redirects to customer login page preventing customers from registering if Captcha is enabled in Magento and Require User Login is enabled,
I've hotfix using a check for instance of Mage_Captcha_RefreshController inside performRedirect($oControllerAction). May be more suitable to do check somewhere earlier in the execution.
Captcha load/reload redirects to customer login page preventing customers from registering if Captcha is enabled in Magento and Require User Login is enabled,
I've hotfix using a check for instance of Mage_Captcha_RefreshController inside performRedirect($oControllerAction). May be more suitable to do check somewhere earlier in the execution.