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.
1 parent a1dd507 commit 929667aCopy full SHA for 929667a
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