Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In dev54, the captcha of backend (Admin Login and Admin Forget Password) can't display. #429

Closed
SunshineTech opened this issue Dec 6, 2013 · 2 comments

Comments

@SunshineTech
Copy link

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) . '/';
}

@verklov
Copy link
Contributor

verklov commented Dec 25, 2013

SunshineTech,
Thanks for reporting this issue! We have inserted it in the product backlog.

@verklov
Copy link
Contributor

verklov commented Feb 18, 2014

@SunshineTech the team has looked at the issue and reported it cannot be reproduced any more. Apparently it was fixed during this period. We are closing this issue.

@verklov verklov closed this as completed Feb 18, 2014
magento-team pushed a commit that referenced this issue Jul 15, 2015
magento-team pushed a commit that referenced this issue Mar 15, 2016
[Troll] Add scope selector on Category Page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants