From 6a06fc9671420e1cae37cd8d57913478aaafb630 Mon Sep 17 00:00:00 2001 From: Hamza Date: Thu, 18 Jun 2026 13:11:10 +0200 Subject: [PATCH] fix(admin-manual): mention app setting for groupware example content Signed-off-by: Hamza --- admin_manual/groupware/calendar.rst | 7 +++++++ admin_manual/groupware/contacts.rst | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/admin_manual/groupware/calendar.rst b/admin_manual/groupware/calendar.rst index 007d46245eb..9ad100323cc 100644 --- a/admin_manual/groupware/calendar.rst +++ b/admin_manual/groupware/calendar.rst @@ -210,6 +210,9 @@ Example event .. versionadded:: 32.0.0 When a user logs in for the first time an example event is created in their personal calendar. + +This feature is enabled by default and is controlled by the ``create_example_event`` app config. + As an admin, you can disable the creation of the example event. It is also possible to replace the default event with a custom one. @@ -219,6 +222,10 @@ To disable the creation of the example event for new users: 2. Scroll down to the "Example content" section. 3. Disable the "Add example event ..." setting with the checkbox +It can also be toggled from the command line:: + + sudo -E -u www-data php occ config:app:set dav create_example_event --value=no + To replace the built-in default event with a custom one: 1. Navigate to the Groupware settings in the admin settings. diff --git a/admin_manual/groupware/contacts.rst b/admin_manual/groupware/contacts.rst index 5e9037889f5..e1b6981d0b5 100644 --- a/admin_manual/groupware/contacts.rst +++ b/admin_manual/groupware/contacts.rst @@ -87,12 +87,18 @@ Example contact When a user logs in for the first time an example contact is created in the user's address book. +This feature is enabled by default and is controlled by the ``enableDefaultContact`` app config. + To disable the example contact feature: 1. Navigate to the Groupware settings in the admin settings. 2. Scroll down to the "Example content" section. 3. Disable the "Add example contact ..." setting with the checkbox +It can also be toggled from the command line:: + + sudo -E -u www-data php occ config:app:set dav enableDefaultContact --value=no + If you want to set a specific contact that should be created. 4. Press the "Import contact" button.