public ActionResult NewPassword(string email, string password) { WebUser.ForgotPW(email, password); return(RedirectToAction("login")); }