Skip to content

Commit

Permalink
Merge pull request linnovate#1269 from VikramTiwari/patch-1
Browse files Browse the repository at this point in the history
updated user.js for forgot password
  • Loading branch information
liorkesos committed Jul 25, 2015
2 parents d012a9d + 5e8a858 commit 7cad918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/users/server/controllers/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ module.exports = function(MeanUser) {
response.status = 'danger';

MeanUser.events.publish('forgotpassword', {
description: user.name + ' forgot his password.'
description: req.body.text + ' forgot his password.'
});
}
res.json(response);
Expand Down

0 comments on commit 7cad918

Please sign in to comment.