From 23416f58e94de6083f8168415dbf0d23a56506b6 Mon Sep 17 00:00:00 2001 From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:10:28 +0000 Subject: [PATCH] clarify admin email telemetry --- docs/admin/setup/telemetry.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/setup/telemetry.md b/docs/admin/setup/telemetry.md index 745aeb138de0e..0402b85859d54 100644 --- a/docs/admin/setup/telemetry.md +++ b/docs/admin/setup/telemetry.md @@ -17,10 +17,10 @@ In particular, look at the struct types such as `Template` or `Workspace`. As a rule, we **do not collect** the following types of information: - Any data that could make your installation less secure -- Any data that could identify individual users +- Any data that could identify individual users, except the administrator. For example, we do not collect parameters, environment variables, or user email -addresses. +addresses. We do collect the administrator email. ## Why we collect