radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 45 forks source link

Reset/Forgot Password? #36

Open nicholasalanbrown opened 9 years ago

nicholasalanbrown commented 9 years ago

Great boilerplate.

There's a "Forgot Password" link on the main login page, but it's not hooked up to anything. Is there code somewhere to drive this link I'm not aware of? I'd prefer not to build this out since accounts-entry already has it out of the box.

Thanks!

nicholasalanbrown commented 9 years ago

And actually, when trying to implement this myself, the reset password link I get via email (i.e. http://localhost:3000/#/reset-password/7oGhD4ezUlyDm0Ov94boO5h94BKzOqni7DYOAeEoxDA) just gets rerouted to localhost:3000/#. I thought reset links were built into Meteor...

radiegtya commented 9 years ago

@nicholasalanbrown :

thanks for trying meteoris, I'll asap try this, then I'll share to You and update the meteoris.

nicholasalanbrown commented 9 years ago

Thanks!

Any progress on this?

radiegtya commented 9 years ago

Hi @nicholasalanbrown

I am still working on it and got some bugs with meteor when using Email template

http://docs.meteor.com/#/full/accounts_emailtemplates

the email message cannot be overwriten.

I already asking this to meteor git.

If You find the solution, just tell me. Regards