<?php echo $this->getBlockHtml('formkey'); ?>
if it is missing, add it as in
/app/design/frontend/base/default/template/persistent/customer/form/login.phtml
Here's what the above link has to say:
Go to template/customer/form/login.phtml and template/persistent/customer/form/login.phtml and under
<ul class="form-list">
Add the following code in the login form
<input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/session')->getFormKey(); ?>" />
if it is missing, add it as in
/app/design/frontend/base/default/template/persistent/customer/form/login.phtml
Here's what the above link has to say:
Go to template/customer/form/login.phtml and template/persistent/customer/form/login.phtml and under
<ul class="form-list">
Add the following code in the login form
<input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/session')->getFormKey(); ?>" />
No comments:
Post a Comment