Skip to content

License Key Validation #40

Description

@ngschaider

Hello,

I experienced an issue where my license key was not accepted by nfpm.

My license key was:
cfxk_bJ1pvLDI2d3rISsoG8E3_qC1vJ

I triple-checked if I copied everything the right way. As you can see, there are license keys with only 31 characters.
This check propably caused the issue:

if (Regex.IsMatch(s, @"[\d\w]{32}")) return true;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions