Rails devise_token_auth gem, how do I set password reset link?
问题 I have a problem for using password reset function of this gem. https://github.com/lynndylanhurley/devise_token_auth This is from the document. /password/edit GET "Verify user by password reset token. This route is the destination URL for password reset confirmation. This route must contain reset_password_token and redirect_url params. These values will be set automatically by the confirmation email that is generated by the password reset request." When users forget theirs passwords, they can