]> git.proxmox.com Git - proxmox-backup.git/commitdiff
administration-guide.rst: add example to disable/remove a user
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 2 May 2020 09:21:05 +0000 (11:21 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 2 May 2020 09:21:05 +0000 (11:21 +0200)
docs/administration-guide.rst

index e2a531f373c94f31717f388542586dab45ca51ad..d065092b211fe8dd09fdae6fca6bb72e7caf043b 100644 (file)
@@ -245,6 +245,19 @@ The resulting use list looks like this:
 Newly created users do not have an permissions. Please read the next
 section to learn how to set access permissions.
 
+If you want to disable an user account, you can do that by setting ``--enable`` to ``0``
+
+.. code-block:: console
+
+  # proxmox-backup-manager user update john@pbs --enable 0
+
+Or completely remove the users with:
+
+.. code-block:: console
+
+  # proxmox-backup-manager user remove john@pbs
+
+
 
 Access Control
 ~~~~~~~~~~~~~~