public bool ValidateUserToken()
 {
     return(Mail.IsValidEmail(email) && RawDBQuery.checkUserToken(email, token, now, connectionString));
 }