We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5414b0b + 929667a commit 54df4adCopy full SHA for 54df4ad
app/code/Magento/Captcha/Controller/Adminhtml/Refresh/Refresh.php
@@ -27,4 +27,14 @@ public function execute()
27
$this->getResponse()->representJson(json_encode(['imgSrc' => $captchaModel->getImgSrc()]));
28
$this->_actionFlag->set('', self::FLAG_NO_POST_DISPATCH, true);
29
}
30
+
31
+ /**
32
+ * Check if user has permissions to access this controller
33
+ *
34
+ * @return bool
35
+ */
36
+ protected function _isAllowed()
37
+ {
38
+ return true;
39
+ }
40
0 commit comments