(Magento ver 1.9.2.3)
When I'm trying to reset password (customer account) , I'm getting an error "Your password reset link has expired." and the in the password reset link token is missing.
http://mystore.com/index.php/customer/account/resetpassword/?id=32
I've checked the reset password email template and it looks fine.
<a href="{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}"><span>Reset Password</span></a>