meteor-useraccounts / flow-routing

Useraccounts packages add-on for integration with Flow Router and Blaze Layout.
https://atmospherejs.com/useraccounts/flow-routing
MIT License
72 stars 50 forks source link

'resetPwd' not adding route '/reset-password'. #18

Closed shwaydogg closed 8 years ago

shwaydogg commented 8 years ago

I've added AccountsTemplates.configureRoute('resetPwd');, but '/reset-password' route is still not found.

I was able successfully add AccountsTemplates.configureRoute('signIn'); and AccountsTemplates.configureRoute('changePwd'); successfully the same way. I'm not sure what the issue is.

shwaydogg commented 8 years ago

I see now: there's an id needed, so the full route it really '/reset-password/:resetId' or something similar.

splendido commented 8 years ago

@shwaydogg here is where the :paramToken parameter is added to the route... Where you able to get things working without tweaks?

splendido commented 8 years ago

@shwaydogg please also make sure you call AccountsTemplates.configureRoute('resetPwd'); on both the client and server sides.