after installing magento in my local machine I forgot admin password

后端 未结 15 1517
隐瞒了意图╮
隐瞒了意图╮ 2021-01-30 23:20

after installing magento in my local machine I forgot admin password what I have given. I am not able to login to my admin area how can I reset the password

I have read

15条回答
  •  鱼传尺愫
    2021-01-31 00:00

    Go To :

    1 - Login in to PhpMyadmin .

    2 - Jump in to Magento's database .

    3 - Go to admin_user table and edit the table .

    4 - put a "password" (which you want) and select MD5 from function dropdown (Important).

    This is working both in CE And EE latest version (tested in both latest version), no need of core file changes.

提交回复
热议问题