- added local storage of access token including a limited means to check for validity
- if mailboxes were supposed to be added and that failed, the tool will dump the missing users into a csv file formatted to import into the Cloudron Email management section.
Tool generates a list suitable for importUsers from a simple comma-separated list of first and last names and some command line parameters
Requires an additional file named WordList.txt containing a list of words for default password generation. Three words are picked at random and joined with a dash
- accessToken is now stored between runs
- if mailboxes can't be created, tool dumps a list for use with Cloudrons mail import
new tool generateUserlist
- takes a simple comma-separated list of first and last name and some command line
parameters to generate a CSV-file ready to use with importUsers
Please note that this method obviously discloses passwords to the admin, so
users should be encouraged to change their password on first login.
- updated help output to include the optional mailbox and password options
- fixed the revision date of the last commit