From c7121b4cf26a574f2c90f9662f0f9184bfc8b663 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Thu, 25 Jul 2024 14:00:52 +0200 Subject: [PATCH] fix checklist_firstuser() --- install/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/index.php b/install/index.php index 49f052194..073ad5da3 100644 --- a/install/index.php +++ b/install/index.php @@ -1740,6 +1740,7 @@ if (!file_exists('.lock')) { firstUserTabIDs.forEach(function(firstUserTabID) { if($(firstUserTabID).val() == '') { input_is_valid($(firstUserTabID), false); + checklist_firstuser = false; } else { input_is_valid($(firstUserTabID), true); user_pwd_check();