Magento 后端客户创建不与 api_user 表同步
目前,如果我们在网站的管理面板/后端创建客户,该客户将无法使用我们在创建客户资料时使用的电子邮件地址登录。即使使用自定义和自行生成的密码重置密码后也是如此。
我查看了数据库,发现通过前端登录的客户电子邮件被放置在 api_user 表中,而在后端创建的客户被放置在 customer_entity 表中。
有谁知道这是为什么吗?是否是 1.3.2 的延迟以及升级到 1.4.0 时出现的问题?
再次感谢您的任何和所有帮助。
Currently, if we create a customer in the admin panel / backend of our site, that customer is unable to login using the email address we used in creating the customer profile. Even after resetting the password using a custom and self -generated one.
I looked at the database and noticed that customers’ emails that sign-in through the front are placed in the api_user table and customers created in the backend are placed in the customer_entity table.
Anyone know why this is? Is it a latency from 1.3.2 and is hiccuping from our upgrade to 1.4.0.?
Thanks again for any and all help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,滴滴做。我通过进入:
配置> 解决了这个问题客户配置>共享客户帐户> Global
然后,在后端管理帐户创建中,我确保为正在创建的客户选择正确的商店。
Well dibbly do. I solved this issue by going into:
Configuration > Customer Configuration > Share Customer Accounts > Global
Then, in the backend admin account creation I made sure to select the proper store for the customer being created.