0

I have register and login links on my website. Register is working fine but when i tried to login it again come back to the login screen with out any error message.

I have tried to re-write the htaccess for my site but still the same issue.

Any help Will Be appreciated:

Here is the link:

https://www.dauerusa.com/customer/account/login/

Thanks

Xabby
  • 529
  • 6
  • 18

1 Answers1

0

Customized template? I guess you are missing form_key field. Add <?php echo $this->getBlockHtml('formkey'); ?> just below your <form> opening tag.

You can read more about form_key here: https://magento.stackexchange.com/a/43963/208

EDIT:

Template file is located in app\design\frontend\[PACKAGE]\[THEME]\template\persistent\customer\form\login.phtml or app\design\frontend\[PACKAGE]\[THEME]\template\customer\form\login.phtml depending on your configuration.

Lord Skeletor
  • 4,038
  • 1
  • 16
  • 19