drallieiv / KinanCity

Yet another PTC account generator
Apache License 2.0
125 stars 66 forks source link

support for CC and DOB #40

Closed hudecof closed 7 years ago

hudecof commented 7 years ago

there are hardened values for CC and DOB. It would be good to be able to specifify these values alebo in accounts.csv format

drallieiv commented 7 years ago

They already can be put in the csv, if you also add the right key in the first header line, but documentation about that is missing.

hudecof commented 7 years ago

I downloaded the 1.3.2-rc6 and in the code I did not found support for this. Even in master branch it's missing.

I do not see it

What are the column names for there values?

dshoreman commented 7 years ago

@hudecof dob and country seemed the most obvious but - although buildAccountDataFromCsv() sends all the columns to buildAccountDataFromMap() - only username, password and email get populated.

Should be an easy fix. As soon as I've double checked it's working I'll post a PR.