- last update
over 1 year ago 3 pass - Status changed to Needs work
over 1 year ago 5:13pm 2 September 2023 - π¨π¦Canada Liam Morland Ontario, CA π¨π¦
This patch adds coding standards issues. Please fix.
I had been hunting for a way to prevent users from entering credit card numbers in submissions, but couldn't find anything robust.
I wrote a custom validation using this great module (and included clientside validation support) that removes all non-numbers, and then Luhn checks every 15 and 16 digit sequence in a number, textfield, or textarea component and rejects any component containing a sequence that passes.
My code is here: https://www.drupal.org/sandbox/jannis/2486167 β
Needs work
1.0
Validation rules
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This patch adds coding standards issues. Please fix.