From 7257d5f39e7b3d1b1f820094f50fd85df08cc639 Mon Sep 17 00:00:00 2001 From: zefie Date: Mon, 6 May 2024 10:02:42 -0400 Subject: [PATCH] disable valid ssid requirement by default for compatbility --- zefie_wtvp_minisrv/includes/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zefie_wtvp_minisrv/includes/config.json b/zefie_wtvp_minisrv/includes/config.json index e881c498..c49420ae 100644 --- a/zefie_wtvp_minisrv/includes/config.json +++ b/zefie_wtvp_minisrv/includes/config.json @@ -47,7 +47,7 @@ "allow_guests": true, // Allow users to experience the server without registering "domain_name": "wtv.zefie.com", // For usenet and future stuff, no need to change just yet, "max_post_length": 20, // in megabytes - "require_valid_ssid": true, // require a valid SSID (with valid CRC) + "require_valid_ssid": false, // require a valid SSID (with valid CRC) "user_accounts": { // user account settings "max_users_per_account": 6, // Max total users (including primary) per account "min_username_length": 5, // minimum username length