I have a local install of Magento on my Mac using MAMP. I need to retrieve my password, but the lost password is obviously not working out of the box.
Is there a way with MAMP to use the lost password feature (e.g. by activating a mail sever)?
I have a local install of Magento on my Mac using MAMP. I need to retrieve my password, but the lost password is obviously not working out of the box.
Is there a way with MAMP to use the lost password feature (e.g. by activating a mail sever)?
Source
Here's a dirty fix courtesy of Rick Torres which worked for me...
Open file... /app/code/core/Mage/Core/Model/Session/Abstract/Varien.php
Around line 100 you will find...
Comment it out like this...
And you're done.
Bear in mind that hacking core files like this is not ideal as when you update to a newer version of Magento this file may be overwritten. Also remember to uncomment the line when you move the site to a live server ;)