From 57545c11676e0c198a2530c16196c7e0f6994922 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Tue, 25 Apr 2023 14:53:48 +0300 Subject: Add login limits --- docs/configuration/system/login.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/configuration/system/login.rst') diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst index a5c1b558..d920afe3 100644 --- a/docs/configuration/system/login.rst +++ b/docs/configuration/system/login.rst @@ -290,6 +290,21 @@ information for this system. .. note:: To create a new line in your login message you need to escape the new line character by using ``\\n``. +Limits +====== + +Login limits + +.. cfgcmd:: set system login max-login-session + + Set a limit on the maximum number of concurrent logged-in users on + the system. + This option should be used with ``timeout`` option. + +.. cfgcmd:: set system login timeout + + Configure session timeout after which the user will be logged out. + Example ======= -- cgit v1.2.3