madhums / node-express-mongoose-demo

A simple demo app using node and mongodb for beginners (with docker)
https://nodejs-express-demo.fly.dev
MIT License
5.12k stars 1.38k forks source link

Unable to login after creating account #151

Closed ClaytonSmith closed 8 years ago

ClaytonSmith commented 8 years ago

If I create an account using the signup method and log out, I am unable to log in again using the same credentials. I receive the "Invalid email or password" error.

The only modification I have made to the project was removing "?replicaSet=rs0" in config/env/development.js to solve this issue.

madhums commented 8 years ago

That is weird! I just checked and its working fine for me. Can you give more details?

madhums commented 8 years ago

gh-151

ClaytonSmith commented 8 years ago

It looks like there was an issue with my instance of Mongo. ooops