Skip to content

Commit 49befe5

Browse files
Merge pull request #12335 from nextcloud/backport/12331/stable29
[stable29] fix(occ): Add `user:auth-tokens` to command listing
2 parents f75bc19 + e987384 commit 49befe5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

admin_manual/configuration_server/occ_command.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,16 +1339,21 @@ The ``--dry-run`` option can be used to simulate the restore without actually re
13391339
User commands
13401340
-------------
13411341

1342-
The ``user`` commands create and remove users, reset passwords, display a simple
1342+
The ``user`` commands create and remove users, reset passwords, manage authentication tokens / sessions, display a simple
13431343
report showing how many users you have, and when a user was last logged in::
13441344

13451345
user
13461346
user:add adds a user
1347-
user:add-app-password adds a app password named "cli"
1347+
user:add-app-password adds a app password named "cli" (deprecated: alias for user:auth-tokens:add)
1348+
user:auth-tokens:add Add app password for the named account
1349+
user:auth-tokens:delete Deletes an authentication token
1350+
user:auth-tokens:list List authentication tokens of an user
1351+
user:clear-avatar-cache clear avatar cache
13481352
user:delete deletes the specified user
13491353
user:disable disables the specified user
13501354
user:enable enables the specified user
13511355
user:info shows information about the specific user
1356+
user:keys:verify Verify if the stored public key matches the stored private key
13521357
user:lastseen shows when the user was logged in last time
13531358
user:list shows list of all registered users
13541359
user:report shows how many users have access

0 commit comments

Comments
 (0)