From ec3deddcd128fe815f274047d026c16c5a11c423 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 29 Oct 2024 10:17:13 -0400 Subject: [PATCH] fix(occ): Add user:auth-tokens to command listing These were implemented in nextcloud/server#40026 Signed-off-by: Josh --- admin_manual/occ_command.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/admin_manual/occ_command.rst b/admin_manual/occ_command.rst index 590e07943..516cf660f 100644 --- a/admin_manual/occ_command.rst +++ b/admin_manual/occ_command.rst @@ -1362,16 +1362,21 @@ The ``--dry-run`` option can be used to simulate the restore without actually re User commands ------------- -The ``user`` commands create and remove users, reset passwords, display a simple +The ``user`` commands create and remove users, reset passwords, manage authentication tokens / sessions, display a simple report showing how many users you have, and when a user was last logged in:: user user:add adds a user - user:add-app-password adds a app password named "cli" + user:add-app-password adds a app password named "cli" (deprecated: alias for user:auth-tokens:add) + user:auth-tokens:add Add app password for the named account + user:auth-tokens:delete Deletes an authentication token + user:auth-tokens:list List authentication tokens of an user + user:clear-avatar-cache clear avatar cache user:delete deletes the specified user user:disable disables the specified user user:enable enables the specified user user:info shows information about the specific user + user:keys:verify Verify if the stored public key matches the stored private key user:lastseen shows when the user was logged in last time user:list shows list of all registered users user:report shows how many users have access