How to implement Forgot Password and Password Reset using React and Meteor?

Hi all,

I wanted to implement, forgot password and reset password features using React and Meteor accounts tools. I tried googling for solutions for but most of them are for Blaze implementation.

Please advise on this. Thanks.

You can either use the accounts-ui packages via Blaze component or you can create the needed forms and hook them up to the accounts relevant account methods.

1 Like