mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-29 05:56:08 +02:00
Doc updates
This commit is contained in:
parent
ad2382c1f2
commit
78b78e8c79
5 changed files with 70 additions and 14 deletions
|
@ -462,7 +462,9 @@ function twoFactorAuthOTP(user) {
|
|||
|
||||
function listUsers() {
|
||||
// oputil user list [disabled|inactive|active|locked|all]
|
||||
// :TODO: --after TIMESTAMP (new users)
|
||||
// :TODO: --created-since SPEC and --last-called SPEC
|
||||
// --created-since SPEC
|
||||
// SPEC can be TIMESTAMP or e.g. "-1hour" or "-90days"
|
||||
// :TODO: --sort name|id
|
||||
let listWhat;
|
||||
if (argv._.length > 2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue