magento 1.9.1 please make sure your passwords match -


this seems weird when check mage model's customer class method there getpasswordconfirmation(), when check extension files there no trace of such method or getconfirmation() method. above error try place order. can give me suggestions or guesses? appreciated. thanks.

extension

it javascript validation message generated validation.js file:

in validation.js file (probably around line 529) for:

['validate-cpassword', 'please make sure passwords match.', function(v) { 

if don't want validation remove validate-cpassword (pay attention letter c in cpassword!) html class definition of form in .phtml file (should billing.phtml). in line:

<input type="password" name="billing[confirm_password]" title="<?php echo $this->__('confirm password') ?>" id="billing:confirm_password" class="input-text required-entry validate-cpassword" /> 

Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -