req.user.update({
    email: req.body.new_email
  }).then(res.noContent).catch(next);