Hallo Zusammen,
ich habe jetzt längere Zeit nichts mehr im Admin Bereich des Shops geändert. Nun möchte ich ein Modul installieren und stehe komplett aufg dem Schlauch.
Magento Version 1.9.3.0
Modul Enhanced Admin Product Grid
Über den Connect Manager soll man ja sicherheitstechnisch nichts installieren. Wie bekomme ich das mauell hin?
Lieben Dank!
Solved! Go to Solution.
Magento connect account username and password is always same with your magento admin panel, if your data is not worked please update database field by below way and try again with same username and password
UPDATE admin_user SET `password` = md5('YOUR_NEW_ADMIN_PASSWORD'), is_active = 1 WHERE `username` = 'YOUR_ADMIN_USERNAME';
You need to follow below blog to install manual or with magento connect manager,
https://www.magestore.com/magento-installation/how-to-install-magento-extension
I lost my username and password for the connect manager.
Can I reset it in my magento account ??
Its related to your magento account so You need to pass username and password same as your magento adminpanel.
dont work with my login data :-(
Magento connect account username and password is always same with your magento admin panel, if your data is not worked please update database field by below way and try again with same username and password
UPDATE admin_user SET `password` = md5('YOUR_NEW_ADMIN_PASSWORD'), is_active = 1 WHERE `username` = 'YOUR_ADMIN_USERNAME';