Showing posts with label Magento checkout please make sure your passwords match. Show all posts
Showing posts with label Magento checkout please make sure your passwords match. Show all posts

Saturday, 4 April 2015

Please make sure your passwords match magento 1.9.1.0


Please make sure your passwords match magento 1.9.1.0

Open the file app/code/core/Mage/Customer/Model/Customer.php

Find the below code :

$confirmation = $this->getPasswordConfirmation();

Overweite it to this :

$confirmation = $this->getConfirmation();