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();