hansson / kbf-v2

0 stars 3 forks source link

Validate personnummer when buying membership #2

Open hansson opened 4 years ago

hansson commented 4 years ago

The 'personnummer'-field is not validated properly when buying a membership. Make sure that the personnummer contains the correct amount of numbers

jpn commented 4 years ago

Should probably also verify that the check-digit matches, the Luhn algorithm is not hard to implement.