Urigo / angular2-meteor-accounts-ui

18 stars 20 forks source link

Build component to reset password #34

Closed MichaelSolati closed 5 years ago

MichaelSolati commented 7 years ago

New route reset-password/:token included in NgModule for password resets.

Since Meteor puts a # in the reset password URL to pop up a model, in the server you need toimport "angular2-meteor-accounts-ui/build/server"; to remove the # from the reset password url.

As of right now I haven't seen anyway to have password reset to work so I wrote this up.

Also I only "tested" this in an app, by linking to the src folder. I couldn't get the build to work... I didn't have access to the typings.d.ts, and tried to configure something but still got errors... 😫