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 中,当客户创建新帐户时,将发送一封电子邮件,因为我需要以加密格式发送密码。
经过长时间的研究,我发现有一个变量 password_hash magento。它使用散列方法加密无法解密的密码。
代码
只需替换电子邮件模板中的代码 {{htmlescape var=$customer.password_hash}} 而不是 {{htmlescape var=$customer.password}}。