good morning guys, this is Bharat ,Right now am working on Magenta web services. i was created a customer register web services and i was consumed that in android.The insertion of customer details in Magenta database is working fine but after reusing that credentials in Magenta fronted that means( my website) am unable to login with that credentials can u please help me on that.
Hi,
In such case, I will suggest you try refreshing cache of your browser or of Magento. If still, this issue persists then it may be possible that the value of form_key is missing. To fix missing form_key value follow below steps:
1. Open login.phtml file 2. Insert following code inside <ul class="form-list"> <input type="hidden" name="form_key" value="<? echo Mage::getSingleton('core/session')->getFormKey(); ?>" /> 3. Refresh magento cache and retry.
This should fix the login issue.
Please feel free to ask in case of any query or issue.
tqq so much
You are Welcome. I am glad that it helped.