Hello Friends,
Initially when we are new in Magento after successful installation in local system, some time we forgot the admin password. With the reason the project setup is local, you can't call forgot password to retrieve your password.
So we have only one option left to get password back by making direct changes in the Database.
Please follow the below step to make changes in directly in the database:
1) Open your PHPMYADMIN
2) Select your DB used in Magento
3) Please select "admin_user" table
4) Click at Edit option in front of your admin record
5) Put your new password manually and select md5 in function dropdown
Now you can login with your new password.
0 Comment(s)