Magento 2: Customer Two Factor AuthorizationBy default Magento 2 does support Two Factor Authorization only for admin, but on the customer side, Magento 2 does not (yet at least until…Apr 8, 2022Apr 8, 2022
How to Setup Postman Mock ServerWhen you’re developing a project with a third party for the API service, you must need their development / sandbox site to develop and run…Aug 8, 2021Aug 8, 2021
Magento 2 Adminhtml Direct URLBy default we can’t have a direct URL or link to go to a page in adminhtml without being redirected to dashboard. But, there is a module…Oct 31, 2020Oct 31, 2020
Magento 2 — Update Customer/Admin Password via QueryUpdate password can be done via mysql query, simply just execute this query to update customer’s password :Mar 24, 2020Mar 24, 2020
Docker — How to Edit Bind Exist Container Ports to the HostWe have this running container, and wa re going to change the binded container port from 9212 to 9200.Jan 25, 20203Jan 25, 20203
Magento 2 — Grid Table Show Same Row (Data Repeatedly)Are you facing the problem that when you filter the result, and clear the filter, then you found your rows are same? Or are you facing…Jan 24, 20201Jan 24, 20201
Magento 2 — Remove index.php From AddressOnce you have installed magento 2 project and you’d like to remove index.php from your address. Maybe from https//example.com/index.php to…Jan 13, 2020Jan 13, 2020
How To Access Docker MobyLinux VM on Windows or MacActually you can not access your hypervisor, but you can create a container that syncing to hyper-v. Just type this command on your…Dec 30, 20192Dec 30, 20192
NPM — npm start Error: ENOSPC: System limit for number of file watchers reachedIf you are facing this error, it’s because of your max_user_watches was reached the maximum number. Simply you can increase the…Oct 26, 20199Oct 26, 20199
Magento 2 — Grid UI Component sortOrder Does Not WorkingOnce you updated your xml to update the sortOrder, but it is not working, maybe it is because of cache or bookmark of the account.Oct 24, 2019Oct 24, 2019