Nextcloud/Benutzerverwaltung: Unterschied zwischen den Versionen

Aus Foxwiki
Der Seiteninhalt wurde durch einen anderen Text ersetzt: „== Siehe auch == # Nextcloud/AccountRetention Kategorie:Nextcloud/Verwaltung
Markierung: Ersetzt
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
== 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 ==
== Siehe auch ==
# [[Nextcloud/AccountRetention]]
# [[Nextcloud/AccountRetention]]
[[Kategorie:Nextcloud/Verwaltung]]
[[Kategorie:Nextcloud/Verwaltung]]

Version vom 15. Juni 2023, 12:13 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