I am using meteor along with the accounts-password package. I'm rolling my own login and password changing/resetting UI and want to know...
How can I customize the password reset link in the reset password email sent as a result of Accounts.resetPassword?
Currently it in the form like so: /#/reset-password/<id>'. Since I am using meteor router, I would like to send in the form '/reset-password/<id>'so I can catch it with the route '/reset-password/:id'.