Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Read options from config file | Sam Chudnick | 2022-07-02 | 1 | -9/+64 |
| | | | | | | | Set a standardized configuration file location and read options from there. Allow for specifiying alternate location on command line. Options can still be specified on the command line, and any command line options take priority over those given in the configuration file. | ||||
* | Added support for TOTP | Sam Chudnick | 2022-06-30 | 2 | -83/+134 |
| | | | | | | Added TOTP as an MFA option. Also made a couple of of minor changes. Changed all database connections to use with statement. Read some options from a config file. | ||||
* | Initial commit | Sam Chudnick | 2022-06-27 | 2 | -0/+359 |