Magento login issues
Wrote at February 23, 2010 da Filippo Camillo
I'm working on Magento (an opensource ecommerce platform) and its Ruby Wrapper by Tim Matherson.
When I was access Magento for the first time after installation, I wasn't able to access to admin panel. Any couple of username/password I provided were wrong.
So I googled and found a solution for my local machine (I guess it will work in production too).
The Solution
You have to open the varien.php file that it's located in app/code/core/Mage/Core/Model/Session/Abstract/ path and change it as I'm showing you below:
You have to comment the line exactly as you can see above.
That's all
no comment yet