Zum Inhalt springen

Nextcloud/Benutzerverwaltung: Unterschied zwischen den Versionen

Aus Foxwiki
Die Seite wurde neu angelegt: „Kategorie:Nextcloud:Verwaltung
 
K Textersetzung - „ “ durch „ “
 
(24 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
[[Kategorie:Nextcloud:Verwaltung]]
== occ ==
user
user:add                adds a user
user:add-app-password        Add app password for the named user
user:delete              deletes the specified user
user:disable              disables the specified user
user:enable              enables the specified user
user:export              Export a user.
user:import              Import a user.
user:info              show user info
user:lastseen            shows when the user was logged in last time
user:list              list configured users
user:report              shows how many users have access
user:resetpassword          Resets the password of the named user
user:setting              Read and modify user settings
 
== Siehe auch ==
# [[Nextcloud/AccountRetention]]
[[Kategorie:Nextcloud/Konfiguration]]

Aktuelle Version vom 14. Juni 2026, 00:48 Uhr

occ

user
user:add                adds a user
user:add-app-password         Add app password for the named user
user:delete              deletes the specified user
user:disable              disables the specified user
user:enable              enables the specified user
user:export              Export a user.
user:import              Import a user.
user:info               show user info
user:lastseen             shows when the user was logged in last time
user:list               list configured users
user:report              shows how many users have access
user:resetpassword           Resets the password of the named user
user:setting              Read and modify user settings

Siehe auch

  1. Nextcloud/AccountRetention