无法重置密码:Magento 2

时间:2018-02-14 15:24:54

标签: magento2 reset-password

重置密码时遇到问题,总是出错

Your password reset link has expired.

我试图跟踪文件中的代码:

vendor/magento/module-customer/Model/AccountMangement.php

方法中的

public function validateResetPasswordLinkToken($customerId, $resetPasswordLinkToken)

我做了print_r($_REQUEST);,但总是得到null,尽管发送的电子邮件中重置密码令牌中的网址始终是正确的ID和令牌,但是当我尝试打印时,它为空。< / p>

1 个答案:

答案 0 :(得分:0)

你应该检查magento异常。所以你需要去类方法Magento\Customer\Controller\Account\CreatePassword::execute()并在catch语句中记录异常。