From 685006f629b69e3e31fa917a906763751b246ff7 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Mon, 14 Apr 2025 17:07:12 +0200 Subject: [PATCH] docs(orgs): Add warning about not deleting the "Citizen" organization --- content/user/orgs.de.md | 5 ++++- content/user/orgs.en.md | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/content/user/orgs.de.md b/content/user/orgs.de.md index bc57fd2..62d04f5 100644 --- a/content/user/orgs.de.md +++ b/content/user/orgs.de.md @@ -2,7 +2,10 @@ title: Organisationen weight: 3 --- - +{{< callout type="warning" >}} + Du solltest die Organisation "Citizen" (ID 1 standardmäßig) nicht löschen. + Sie wird für den [Selfservice](../../selfservice) benötigt. +{{< /callout >}} {{< callout type="info" >}} Solltest du dich für den Selfservice für Orgs interessieren findest du die Dokumentation zu [hier](../../selfservice/orgs). {{< /callout >}} diff --git a/content/user/orgs.en.md b/content/user/orgs.en.md index 9a8134d..49e28b8 100644 --- a/content/user/orgs.en.md +++ b/content/user/orgs.en.md @@ -3,6 +3,10 @@ title: Organizations weight: 3 --- +{{< callout type="warning" >}} + You are not allowed to delete the organization "Citizen" (ID 1 by default). + It is required by the [selfservice](../../selfservice) +{{< /callout >}} {{< callout type="info" >}} If you are interested in the self-service for organizations, you can find the documentation [here](../../selfservice/orgs). {{< /callout >}}