Zum Inhalt springen

Nextcloud/Benutzerverwaltung: Unterschied zwischen den Versionen

Aus Foxwiki
K Textersetzung - „Nextcloud/Verwaltung“ durch „Nextcloud/Konfiguration“
K Textersetzung - „ “ durch „ “
 
Zeile 1: Zeile 1:
== occ ==
== occ ==
  user
  user
  user:add                               adds a user
user:add               adds a user
  user:add-app-password                 Add app password for the named user
user:add-app-password         Add app password for the named user
  user:delete                           deletes the specified user
user:delete             deletes the specified user
  user:disable                           disables the specified user
user:disable             disables the specified user
  user:enable                           enables the specified user
user:enable             enables the specified user
  user:export                           Export a user.
user:export             Export a user.
  user:import                           Import a user.
user:import             Import a user.
  user:info                             show user info
user:info               show user info
  user:lastseen                         shows when the user was logged in last time
user:lastseen             shows when the user was logged in last time
  user:list                             list configured users
user:list               list configured users
  user:report                           shows how many users have access
user:report             shows how many users have access
  user:resetpassword                     Resets the password of the named user
user:resetpassword           Resets the password of the named user
  user:setting                           Read and modify user settings
user:setting             Read and modify user settings


== Siehe auch ==
== Siehe auch ==
# [[Nextcloud/AccountRetention]]
# [[Nextcloud/AccountRetention]]
[[Kategorie:Nextcloud/Konfiguration]]
[[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