Hi there,
Perhaps I am overlooking the option to do so, but I don’t see a way to restrict access the the Data Migration Pro extension. Is it possible to restrict this based on Magento roles? I would prefer that our users do not have access to the extension pages. Outside of temporarily disabling the module or renaming app/code/Ubertheme/Ubdatamigration/etc/adminhtml/menu.xml to something else when I am not actively using the extension, I’ve not found a way to accomplish this.
Thanks!
1 answer
Hi there,
I would prefer that our users do not have access to the extension pages.
You can run the following CLI command to disable our module:
php -f bin/magento module:disable Ubertheme_Ubdatamigration;
and you can enable our module when you want by running the CLI command:
php -f bin/magento module:enable Ubertheme_Ubdatamigration;
Regards,
Mall.