| Current Path : /home/rtorresani/www/vendor/magento/module-login-as-customer-log/etc/ |
| Current File : //home/rtorresani/www/vendor/magento/module-login-as-customer-log/etc/acl.xml |
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
<acl>
<resources>
<resource id="Magento_Backend::admin">
<resource id="Magento_Customer::customer">
<resource id="Magento_LoginAsCustomer::login" title="Login as Customer" sortOrder="50">
<resource id="Magento_LoginAsCustomerLog::login_log" title="View Login as Customer Log" sortOrder="20"/>
</resource>
</resource>
</resource>
</resources>
</acl>
</config>