Hi,
We have installed Magento correctly and also we have installed a template bought on a templates site. We have installed the sample data and now we can’t access using the admin password.
Also, we can’t recover it using the admin e-mail because has been setup with a e-mail what doesn’t exist.
You can reset the password manually by editing your database. Open your Magento database in phpMyAdmin, and locate your admin user entry in the ‘admin_user’ table.
Now, go to this page and generate a new MD5 hash sum for your new password:
1. i inserted my correct details......as you do
2. tried to login = incorrect data....ok
3. retrieve password by email.......3 hrs an still nothing
4. tried the md5 calculator....
5. inserted the new password via phpmyadmin.......nothing has changed.
6. i want 6hrs of my life back..........if that is possible? LOL ....a hint of humour so dont take it too seriously
mrchristoh: Well, Magento does work very well for a lot of people so it must be something wrong with your configuration. Are you installing on your local computer or a hosted server? If you install on your computer, please make sure to not use ‘localhost’ as the hostname. Instead use the IP ‘127.0.0.1’ or create a domain entry resolving to your local computer in the ‘hosts’ file. This is because many browsers does not accept cookies from a domain without a ‘.’ (dot).
mrchristoh: Well, Magento does work very well for a lot of people so it must be something wrong with your configuration. Are you installing on your local computer or a hosted server? If you install on your computer, please make sure to not use ‘localhost’ as the hostname. Instead use the IP ‘127.0.0.1’ or create a domain entry resolving to your local computer in the ‘hosts’ file. This is because many browsers does not accept cookies from a domain without a ‘.’ (dot).
You can reset the password manually by editing your database. Open your Magento database in phpMyAdmin, and locate your admin user entry in the ‘admin_user’ table.
Now, go to this page and generate a new MD5 hash sum for your new password:
I have just installed Magento on a subdomain of a host gator server. After the installation, I could go to the front end or the backend, I copied the number down, I thought that I had right user name and password I set up the same ones for my cpanel in host gator, now first I cannot find the link to get to the backoffice, this is a subdomain of the main domain. I thought I found the magento store log in but it is the demo store. Help can you get me to the link of my back office?
Hello,
My question that I’m installing in local server, with new and fresh installation under Ubuntu 10.4.
So I installed magento, and got the welcome message to go to front or back… the front work ok, in the back the admin credentials don’t work, and I think I can’t recover by mail because the SMTP are not configured yet, so the mail will not go out.
So,
I request in PhpMyAdmin as: SELECT * FROM admin_user; then I got my admin password entry encrypted under my custom encryption key, which I set during the installation process…
So; I quired: UPDATE admin_user SET password=CONCAT(MD5(’qXpassword’), ‘:qX’) WHERE username=’admin’; where I put my new password into ‘qXpassword’, and I change the admin user to my own one…
But it’s not working… I tried to generate a pass from md5, and place it directly into the admin field in the database, but it’s not working also....
What’s wrong going theire?? dose it something wrong into database connection? Because in remote VPS it was working like charm, and never had such as problems…