From e9bbe0c3fc218e4d05f84f1641b90d7a46386a3d Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Sat, 27 Mar 2021 17:32:59 -0700 Subject: [PATCH] Remove the comment from the [login] inactive_hangup value caused it to be represented as JS string rather than number causing an issue with login.js: Node 1 terminal not detected, reducing inactivity hang-up timeout to 0 seconds --- ctrl/modopts.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrl/modopts.ini b/ctrl/modopts.ini index efa0d44398..4065102971 100644 --- a/ctrl/modopts.ini +++ b/ctrl/modopts.ini @@ -11,7 +11,7 @@ email_passwords = true confirm_email_address = true login_prompts = 10 - inactive_hangup = 30 ; seconds + inactive_hangup = 30 guest = true [newuser] -- GitLab