diff --git a/common/models/user.js b/common/models/user.js index 1cdedfc425..c318a88b94 100644 --- a/common/models/user.js +++ b/common/models/user.js @@ -93,7 +93,7 @@ module.exports = function(User) { url = `http://${host}:${port}/reset-password?access_token=${token}`; } else { url = - `http://${host}/reset-password?access_token=${token}`; + `http://freecodecamp.com/reset-password?access_token=${token}`; } // the email of the requested user