user: clarify that passing the expiry date won't auto-stop tasks

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-06-23 11:20:42 +02:00
parent 8d02d0a2a2
commit f06ba6a611

View File

@ -56,10 +56,10 @@ 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.
CAUTION: When you disabled or delete a user, or the expiry date got set and is
in the past, 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 by any such event.
System administrator