Showing posts with label Password error in Checkout with New Registration form magento 1.9.1.0. Show all posts
Showing posts with label Password error in Checkout with New Registration form magento 1.9.1.0. 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();