Im trying to use the passwordreset but the user keeps on being undefined. Error log: Wed, 06 May 2015 02:42:54 GMT express deprecated req.param(name): Use req.params, req.body, or req.query instead at routes/account.api.js:351:18 source: http://expressjs.com/api.html#app.param This results in activator calling the usermodel with a username undefined. And therefore, the whole passwordreset system is not working.