React, React Router & Meteor Accounts Routing...?

And I would also assume for enrollment emails too!?

I wouldn’t be surprised…
(didn’t use it myself)

First of all, look at guide.meteor.com

And here, url_client.js

Last URL shows this interesting row:

// All of the special hash URLs we support for accounts interactions
var accountsPaths = ["reset-password", "verify-email", "enroll-account"];

And this very interesting file url_server.js

3 Likes

For the record, I wrote a very long answer about this here:

But I don’t know how helpful it is actually.

2 Likes