pveum: add warning for disabling or deleting users

see #3101

Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
This commit is contained in:
Lorenz Stechauner 2021-06-23 09:37:14 +02:00 committed by Thomas Lamprecht
parent 83cc815101
commit 8d02d0a2a2

View File

@ -56,6 +56,11 @@ Each user entry in this file contains the following information:
* Whether this user is enabled or disabled
* Optional two-factor authentication keys
CAUTION: After disabling or deleting a user, this user will not be able to
log in to new sessions or start new tasks. All tasks which already have
been started by this user (for example terminal sessions) will **not** be
terminated automatically.
System administrator
~~~~~~~~~~~~~~~~~~~~