git-token / cli

GitToken CLI Program
2 stars 0 forks source link

Authorized profile email not found during git token register process #7

Open spm32 opened 7 years ago

spm32 commented 7 years ago
~ Hofstadter$ git token register
? Please enter GitHub username:  ceresstation
? Please enter GitHub authorization token:  [hidden]
? Please select which GitHub organization to register: git-token
? Please enter desired token name:  myToken
? Please enter desired token symbol:  MTK
? Please enter desired token decimals:  2
? Please enter admin Ethereum address:  0x
? Please enter admin email:
>> Email must match authorized profile email.
Ryanmtate commented 7 years ago

I temporarily disabled the admin email validation step; Should allow the admin to register with any email owned.

There is not an email validation check (just the GitHub personal access token); therefore, we should find a fix to why the emails are not being recognized via the access token.

Your GitHub username email should be used by default.