Looks like an issue with form-key
- Go to app/design/frontend/[Your-package]/[Your-theme]/template/customer/form/login.phtml and template/persistent/customer/form/login.phtml and under
- Find:
<ul class=”form-list”>
- And paste this right after the code above the following:
<input name="form_key" type="hidden" value="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>" />
Repeat above for app/design/frontend/Your-package]/[Your-theme]/template/persistent/customer/form/login.phtml
原文:http://magento.stackexchange.com/a/79931
本文:magento 1.9 用户无法登录 magento 1.9 customer can not login

相关
Related Posts
Shopify 英文(多国语言)国际网店 注册指南点击这里 快速注册 shopify 英文网店 可以获得14天免费试用,注册完成后 您可以设置您的网站,添加您产品,快速预览你的网店 , 开启国际电子商务之旅注册时注意以下几点 1 . 注册时使用的管理员邮箱,与paypal账户同一个邮箱,默认注册完成后绑定你的paypal账户 2. 在安装时 选择…
Shopify:管理一个顶级域名绑定shopify网店你可以进入你的域名管理界面- Domains page: 登陆你的shopify 管理员账户,, 点击 Online Store: 然后点击 Domains: 添加你的域名 这个时候你已经设置完成 本文:Shopify:管理一个顶级域名绑定shopify网店
使用SSH更新WordPressWordPress的更新十分方便,但是你有没有试图使用SSH更新过你的WordPress呢?这篇文章对那些喜欢使用SSH以及对服务器指令的站长有点儿用处,喜欢的朋友可以试一试。 提示: 1一定要首先备份好你的网站,我想在进行任何根目录操作前都应该养成备份的好习惯 2如果你使用WP-Cache插件,一定要停用它,最好停用全部插件,否则可能最后你会得到一个大大的500错误页面! 首先通过SSH连接到你的服务器上,我使用的是Putty。如果你是共享主机的话要首先确认主机商是否支持SSH。连接到WordPress安装的根目录,一般该目录都会有wp-config.php这个文件。然后一步步的按照下面的指令开始。 从官网下载最新版本的WP wget http://wordpress.org/latest.tar.gz 然后解压 tar xfz latest.tar.gz…