Closed
Description
The captcha can display after modifying code as following:
//Magento\Captcha\Helper\Data
/**
* Get captcha image base URL
*
* @param mixed $website
* @return string
*/
public function getImgUrl($website = null)
{
return $this->_storeManager->getStore()->getBaseUrl(\Magento\App\Dir::MEDIA) . 'captcha'
// . '/' . $this->_storeManager->getWebsite($website)->getCode() . '/';
. '/' . $this->_getWebsiteCode($website) . '/';
}
Metadata
Metadata
Assignees
Labels
No labels