]> git.proxmox.com Git - proxmox-backup.git/blobdiff - docs/administration-guide.rst
administration-guide.rst: add example to disable/remove a user
[proxmox-backup.git] / 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
 ~~~~~~~~~~~~~~