update readme
This commit is contained in:
parent
686eea09a5
commit
71f143351a
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ by default, `arimelody-web` will spin up a web server as usual. instead,
|
|||
arguments may be supplied to run administrative actions. the web server doesn't
|
||||
need to be up for this, making this ideal for some offline maintenance.
|
||||
|
||||
- `createTOTP <username> <name>`: Creates a timed one-time passcode method.
|
||||
- `listTOTP <username>`: Lists an account's TOTP methods.
|
||||
- `deleteTOTP <username> <name>`: Deletes an account's TOTP method.
|
||||
- `testTOTP <username> <name>`: Generates the code for an account's TOTP method.
|
||||
- `createInvite`: Creates an invite code to register new accounts.
|
||||
- `purgeInvites`: Deletes all available invite codes.
|
||||
- `listAccounts`: Lists all active accounts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue