Magento
M70-201 · Question #89
Which three of the following conditions are used to protect an admin route via ACL? (Choose three)
The correct answer is A. You have defined an ACL in your module configuration C. You have extended the controller from Mage_Adminhtml_Controller_Action D. You have defined a method _is Allowed which checks the permission. See the full explanation below for the reasoning.
Question
Which three of the following conditions are used to protect an admin route via ACL? (Choose three)
Options
- AYou have defined an ACL in your module configuration
- BAt least one admin role must have permission for that route
- CYou have extended the controller from Mage_Adminhtml_Controller_Action
- DYou have defined a method _is Allowed which checks the permission
- EThe route name must start with admin
How the community answered
(30 responses)- A80% (24)
- B13% (4)
- E7% (2)
Community Discussion
No community discussion yet for this question.