cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1.9.3 : Invalid login or password customer created on checkout

Magento 1.9.3 : Invalid login or password customer created on checkout

I m using Magento 1.9.3.

I am facing an issue when a customer is going to checkout and fill the billing form and do the whole process of checkout it shown login. and Admin it's is also in customer list, but when I logout that user / customer not able to login again. showing error:  Invalid login or password.

 

On the same time when I am trying to create customer normally means (customer/account) it's created successfully and login successfully there is no issue in it.

Can anyone guide me regarding this issue?? 

4 REPLIES 4

Re: Magento 1.9.3 : Invalid login or password customer created on checkout

Hi @haseeb_iqbal 

 

Can you share the site front end url?

---
Problem Solved Click Accept as Solution!:Magento Community India Forum

Re: Magento 1.9.3 : Invalid login or password customer created on checkout

Hi @haseeb_iqbal

Which checkout you are using?

Please check once with default magento checkout or there may be any custom module or checkout is conflicting there.

Also make sure that you have form key in registration phtml for checkout page.

<input name="form_key" type="hidden" value="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>" />

Re: Magento 1.9.3 : Invalid login or password customer created on checkout

Hi,

@Vimal Kumar 

 

I am using default Onepage Checkout.

 

<input name="form_key" type="hidden" value="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>" /> Yes it is there

Re: Magento 1.9.3 : Invalid login or password customer created on checkout

Hi @Mukesh Tiwari 

It is on my local machine I am using saved card for process the payment.