From c6e0e24dd2339e81df0e920ad8af248a4ffbca4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ha=CC=88cker?= Date: Wed, 20 Aug 2025 22:19:48 +0200 Subject: [PATCH] Document that disabling admin chat access is often not enough to prevent admins from accessing other users chat Admin export is available in it's own tab and allows downloading a json file that contains all chats by all users. Not as comfortable as just clicking on that user in the admin interface, but still bad. --- 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 fa548a9810..5e4c98c1de 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -152,7 +152,7 @@ is also being used and set to `True`. Failure to do so will result in the inabil - Type: `bool` - Default: `True` -- Description: Enables admin users to access all chats. When disabled, admins can no longer accesss user's chats in the admin panel. +- Description: Enables admin users to access all chats. When disabled, admins can no longer access user's chats in the admin panel. If you disable this, you will likely want to also disable `ENABLE_ADMIN_EXPORT`, as the exports also contains user chats. #### `ENABLE_ADMIN_WORKSPACE_CONTENT_ACCESS`