重置密码时遇到问题,总是出错
Your password reset link has expired.
我试图跟踪文件中的代码:
vendor/magento/module-customer/Model/AccountMangement.php
:
public function validateResetPasswordLinkToken($customerId, $resetPasswordLinkToken)
。
我做了print_r($_REQUEST);
,但总是得到null
,尽管发送的电子邮件中重置密码令牌中的网址始终是正确的ID和令牌,但是当我尝试打印时,它为空。< / p>
答案 0 :(得分:0)
你应该检查magento异常。所以你需要去类方法Magento\Customer\Controller\Account\CreatePassword::execute()
并在catch语句中记录异常。