app.get("/resets/:resettoken",function(req,res){ const token=req.params.resettoken; signupash.findOne({token:token,tokenexpiry:{$gt:Date.now()}}).then(fun