Skip to content

Releases: jepayne1138/PTCAccount

PTCAccount Release v1.2.1

02 Aug 21:48
Compare
Choose a tag to compare

Added an optional email_tag parameter to the random_account function. If true, the username, random or given, will be added to the email address before the first @ character in the address, separated from the original address with a plus sign. This can be used with supported email providers (e.g. Gmail) to have unique email address that are all sent to the same main address, in this case allowing for easier manual validation of accounts as you can have all of the confirmation emails for the unique account routed to the same address.

Additionally added the command line option --email-tag to use this new parameter:

> ptc [email protected] --email-tag
Created new account:
  Username:  dGXJXnAzxqmjbaP
  Password:  yUbiAgcXhBrEwHk
  Email   :  [email protected]

In this example, the confirmation email will then be sent to [email protected]

PTCAccount Release v1.1.1

30 Jul 02:03
Compare
Choose a tag to compare

Minor update to main release (hopefully) fixing import issues.

PTCAccount Release v1.1.0

29 Jul 21:44
Compare
Choose a tag to compare

First working release for the Pokemon Trainer Club account manager package PTCAccount.