From 9145415103d77b0ac51d3cc260f7d477d84c002e Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 8 Apr 2024 15:09:43 +0200 Subject: [PATCH] Update openpanel_config.md --- documentation/docs/admin/scripts/openpanel_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/admin/scripts/openpanel_config.md b/documentation/docs/admin/scripts/openpanel_config.md index 7f06a2c4..852651df 100644 --- a/documentation/docs/admin/scripts/openpanel_config.md +++ b/documentation/docs/admin/scripts/openpanel_config.md @@ -398,7 +398,7 @@ basic_auth=yes Both `basic_auth_username` and `basic_auth_password` need also to be set for the basic_auth to be active. -:::warning +:::danger When BasicAuth is enabled, API access is automatically disabled! :::