Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 magento 的新手。目前我正在使用 magento 创建一个电子商务网站。如您所知,如果有人忘记了他/她的密码,magento 将发送重置密码链接。我希望系统生成的密码必须发送给用户,而不是作为密码重置链接。
请帮助我实现这一目标....
提前致谢。
当前的两步密码重置功能是在 1.6 中引入的,因此您可以考虑将密码重置代码从旧版本的 Magento 移植到您的站点中。我们已经考虑过相反的做法(将新方法向后移植到旧的 Magento 站点)并且它是可行的。从安全角度来看,当前的方法要好得多,所以虽然你想要的东西是可能的,但它可能是不可取的。