Re: Upgraded to1.9.2.2 from 1.9.1.1 and now user registration not working
Hello,
As per supee-6788, you need to put
<?php echo $this->getBlockHtml('formkey') ?>
in all the below files and if you are using custom theme than you need to check in your custom theme.
1) app/design/frontend/[your_custom_theme]/template/customer/form/register.phtml
2) app/design/frontend/[your_custom_theme]/template/customer/form/resetforgottenpassword.phtml
3) app/design/frontend/[your_custom_theme]/template/persistent/customer/form/register.phtml
3) app/design/frontend/[your_custom_theme]/template/persistent/customer/form/login.phtml