Skip to content
  • Tom Mitchell's avatar
    Made UUID checks optional, defaulted to on. · f35d8297
    Tom Mitchell authored
    GeniCredential now exports $CHECK_UUID, a variable that controls UUID
    checks on credentials. If set to a true value (like 1), UUID checks
    are made. If set to a false value (like 0), the UUID checks are
    skipped.
    
    $GeniCredential::$CHECK_UUID defaults to enabled.
    f35d8297