Skip to content

Commit 6b9e6ca

Browse files
Merge pull request #171 from magento-cia/cia-2.4.8-beta1-develop-bugfix-09032024
Cia 2.4.8 beta1 develop bugfix 09032024
2 parents d3a759b + 19bfa97 commit 6b9e6ca

File tree

1 file changed

+2
-1
lines changed
  • TwoFactorAuth/Controller/Adminhtml/Tfa

1 file changed

+2
-1
lines changed

TwoFactorAuth/Controller/Adminhtml/Tfa/Reset.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public function execute()
8989
*/
9090
protected function _isAllowed()
9191
{
92-
return parent::_isAllowed() && $this->_authorization->isAllowed('Magento_TwoFactorAuth::tfa');
92+
return parent::_isAllowed() && $this->_authorization->isAllowed('Magento_TwoFactorAuth::tfa')
93+
&& $this->_authorization->isAllowed('Magento_User::acl_users');
9394
}
9495
}

0 commit comments

Comments
 (0)