Magento 1 Password Reset
To reset the password for the admin user in Magento 1 installation, go to phpMyAdmin, run the following SQL command. UPDATE admin_user…
To reset the password for the admin user in Magento 1 installation, go to phpMyAdmin, run the following SQL command. UPDATE admin_user…
When i visit a Magento 2 site, i get error 1 exception(s): Exception #0 (Exception): Unable to proceed: the maintenance mode is…
To install Elasticsearch, add the key Install apt-transport-https Add apt repository install elasticsearch with apt Set elasticsearch to start on boot Elasticsearch…
To see current mode in Magento 2, run php bin/magento deploy:mode:show Example To set Magento 2 in production mode, run php bin/magento…
To change email address of an admin user, run following SQL in MySQL command promt or in phpMyAdmin update admin_user set email=’NEW_EMAIL_ADDR_HERE’…
Magento 2.4.0 come with Two-Factor authentication. Once you installed Magento 2.4.0 or latest you will be asked to setup Two-Factor Autentication. To…
Magento 2 list enabled modules Magento 2 Enable SSL Magento 2 CLI Magento 2 Disable Two-Factor Authentication Magento 2 Change Email of…
To list Modules in Magento 2, run php bin/magento module:status Example [markt-24@server public_html]$ php bin/magento module:status List of enabled modules: Magento_AdminAnalytics Magento_Store…
Magento store website URL in table core_config_data. This is the same for Magento 1 and Magento 2. To see the current URL,…
Magento 2 comes with command line tool to manage magento installation. This help you to do many tasks like clearning cache, install…
To enable SSL in Magento, go to System > Configuration Click on “Web” link on left menu. On this page, set Auto-redirect…
To change Magento admin URL, login to Magento Admin area. Go to System > Configuration On next page, from side menu, click…