From 04d255a1c23e62947f8011d964c91802304f1dc5 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 8 May 2024 10:11:19 -0700 Subject: [PATCH] Update env-configuration.md --- docs/getting-started/env-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index c156f44..61bdecd 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -19,7 +19,7 @@ Here is a list of supported environment variables used by `backend/config.py` in ### `WEBUI_AUTH` - Default Setting: `True` -- Description: This setting enables or disables authentication. It's important to note that it only work on fresh installations without any existing users. If you attempt to disable authentication when users already exist, you'll encounter an error message indicating that it's not possible. Ensure that no users are present in the database if you intend to turn off `WEBUI_AUTH`. +- Description: This setting enables or disables authentication. If set to False, authentication is disabled. However, it's important to note that turning off authentication is only possible for fresh installations without any existing users. If there are already users registered, you cannot disable authentication directly. Ensure that no users are present in the database if you intend to turn off `WEBUI_AUTH`. #### `WEBUI_NAME`