after installing magento in my local machine I forgot admin password

后端 未结 15 1555
隐瞒了意图╮
隐瞒了意图╮ 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-30 23:56

    To reset your admin password, you have to create a file and paste the bellow code into this file and upload it in your magento root directory.

    getHash($password, $_HASH_SALT_LENGTH);
    ## And reset password field in "admin_user" table
    
    ?>
    

    And that’s it, now you are able to login from admin using by this given password.

    For detail about reset admin password, Please go to my blog link http://www.scriptlodge.com/how-to-reset-admin-password-in-magento/

提交回复
热议问题