- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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';
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Modul Installation - zu doof??
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
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Modul Installation - zu doof??
I lost my username and password for the connect manager.
Can I reset it in my magento account ??
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Modul Installation - zu doof??
Its related to your magento account so You need to pass username and password same as your magento adminpanel.
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Modul Installation - zu doof??
dont work with my login data :-(
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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';
Magento 2 Blogs/Tutorial