administration-guide.rst: add example to disable/remove a user
This commit is contained in:
parent
17ec699d79
commit
8f3b3cc1f9
@ -245,6 +245,19 @@ The resulting use list looks like this:
|
|||||||
Newly created users do not have an permissions. Please read the next
|
Newly created users do not have an permissions. Please read the next
|
||||||
section to learn how to set access permissions.
|
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
|
Access Control
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user