-
Neueste Beiträge
Kategorien
Links
September 2023 M D M D F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Schlagwörter
adminhtml.xml apache bug code code schnipsel community config.xml countries country Datenbank datenbankabfragen debug debugging feedback fulltext Konfigurationsdateien logging länder magento Magento Basics Magento Basiswissen Magento Konfiguration mailversand Modul mysql PHP php.ini queries Registry relevance Shopsystem short open tag spammails spamproblem sql store storeview system.xml Transaktionsmails volltext volltextsuche Web-Programmierung wunschliste xdebug XML
Schlagwort-Archive: Shopsystem
Magento – Admin Passwort zurücksetzen
Falls man mal das Passwort des Magento Admin Users vergessen hat, kann man es wie folgt zurücksetzten, sofern man noch Zugriff auf die Datenbank per Shell oder phpMyAdmin hat: UPDATE admin_user SET password = md5(’neuespasswort‘) WHERE username = ’name_des_adminusers‘;