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();