AceCentre / climbing-dots

A small project to distribute Client Docs (sounds like "Climbing Dots" when you are on a train) to individuals via the net
MIT License
0 stars 2 forks source link

Password change fix #3

Closed ritenv closed 8 years ago

ritenv commented 8 years ago

To implicitly call the virtuals .set method of the /models/user.js, Mongoose requires a call to the obj.save() method, does not anymore work with Model.update. Fixed this now.