Which action, if any, should be taken to forbid Adobe Commerce Admin from performing specific actions?
- Create a new user role with custom-defined resources, and assign it to the admin user
- This action cannot be taken since all admin users must have full access.
- Enable custom roles in the store configuration, and assign admin user ID(s).
Answer(s): A
Explanation:
To forbid Adobe Commerce Admin from performing specific actions, a developer should create a new user role with custom-defined resources, and assign it to the admin user. This can be done by going to System > Permissions > Roles and creating a new role. In the Resources section, the developer can select the specific resources that they want to restrict the admin user from accessing.
Reveal Solution Next Question