diff --git a/include/config.h b/include/config.h index 22fcb51..1fc2aac 100644 --- a/include/config.h +++ b/include/config.h @@ -83,7 +83,7 @@ constexpr const char *TIMEZONE_TZ = "CET-1CEST,M3.5.0/2,M10.5.0/3"; constexpr const char *AP_SSID_PREFIX = "DD3-Bridge-"; constexpr const char *AP_PASSWORD = "changeme123"; constexpr bool WEB_AUTH_REQUIRE_STA = true; -constexpr bool WEB_AUTH_REQUIRE_AP = false; +constexpr bool WEB_AUTH_REQUIRE_AP = true; constexpr const char *WEB_AUTH_DEFAULT_USER = "admin"; constexpr const char *WEB_AUTH_DEFAULT_PASS = "admin";