Posts by Gustavo Rodrigues • 11 points
1 post
-
1
votes2
answers158
viewsA: Error - Password update bcrypt
I’m a beginner, but I believe the code below would help you: controller.updateUsuario= Function(req, res){ var Usuario= app.models.usuario; var _id = req.body._id; var dados = { "nome" :…