storj-archived / bridge

Deprecated. Access the Storj network via simple REST API.
https://storj.io
GNU Affero General Public License v3.0
77 stars 44 forks source link

changes password token reset sequence with mailer #559

Closed navillasa closed 6 years ago

navillasa commented 6 years ago

@dylanlott I made a new branch for these changes because I couldn't figure out how to get around the package.lock/package.json changes on the other (https://github.com/Storj/bridge/compare/master...nat-ventura:pass-reset) branch. This has the same changes as our commits there. I wasn't sure if I should get rid of the console logs or if you'd need them for further changes-- should I get rid of them?

littleskunk commented 6 years ago

You can delete the package.lock file and run npm install to generate a new one.

navillasa commented 6 years ago

@littleskunk thanks! I think some git weirdness was also happening because for some reason I needed to install mongoose as a dependency for the bridge to run on my computer-- even though it's not a dependency on the upstream.