Magento ‘This account is locked.’

Today I was setting up Magento with sample data and the default admin wouldn’t let me in the Magento backend. And because I was on windows I was unable to get the email from ‘Forgor your password link’ Here is what I did to unlock the admin user. The file ‘app\code\core\Mage\Adminhtml\IndexController.php’ contains the ‘forgotpasswordAction’ which [...]

Read More...

Set up named virtual host with apache and enable SELinux access for the directory

While working on different website projects on localhost, I found it very difficult to manage the sites in single document root. Even it requires to remember and type long urls in browser. So I decided to setup virtual servers for each projects, it is very convenient when we, as web developers, have virtual server dedicated [...]

Read More...