Magento1.9.1请确保您的密码匹配问题 [英] Magento1.9.1 Please make sure your password match issue

查看:111
本文介绍了Magento1.9.1请确保您的密码匹配问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在CE1.9.1.中遇到了这个问题.

I am encountering this issue in CE1.9.1.

当用户注册时(无论是在结帐时还是从创建帐户"链接中进行注册),即使密码重新正确输入,用户仍会收到密码不匹配错误.

When a User registers (doesn't matter if its during checkout or from the Create an Account link) the user keeps getting the password mismatch error even though the password is re-entered correctly.

表单验证并不表示未匹配,但是一旦用户单击注册",它将返回不匹配错误.

The form validation does not indicate a miss-match, but once a user clicks on Register it returns the mismatch error.

Chrome控制台中没有错误...

There is no errors in the chrome console...

我发现了这一点:但是我不认为这是同样的错误.

But I don't believe it is the same error.

我需要尽快修复它,任何帮助将不胜感激!

I need to fix it soon, any help is greatly appreciated!

推荐答案

我们的1家网上商店也遇到了此问题.但是,我们使用了checkout扩展程序.因此,我不确定这是否适用于常规标准结帐.无论如何.

We also had this issue with 1 of our webshops. However we used a checkout extension. So im not sure if this applies for the regular standard checkout. Anyway.

问题应该是,您是否正在使用结帐扩展程序?

The question should be, are u using a checkout extension?

如果是,则将该扩展名的模型文件内的值设置为:

If so, the value inside the model's file of that extension is set at:

 $customer->setConfirmation($password);

但应为:

$customer->setPasswordConfirmation($password);

对我来说,这有效,但没有更改任何核心内容.只是扩展应该进行一个小更新,或者您可以像我一样手动进行.只需在扩展模型图的文件中找到该行即可.

For me this worked, without changing anything in the core. It's just that the extensions should get a small update, or you can do it manually like i did. Just find that line in the files of the model map of your extension.

这篇关于Magento1.9.1请确保您的密码匹配问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆