Skip to content

Commit 33d1dc4

Browse files
hamza221backportbot[bot]
authored andcommitted
fix(admin-manual): mention app setting for groupware example content
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
1 parent 82587f3 commit 33d1dc4

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

admin_manual/groupware/calendar.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ Example event
209209
.. versionadded:: 32.0.0
210210

211211
When a user logs in for the first time an example event is created in their personal calendar.
212+
213+
This feature is enabled by default and is controlled by the ``create_example_event`` app config.
214+
212215
As an admin, you can disable the creation of the example event.
213216
It is also possible to replace the default event with a custom one.
214217

@@ -218,6 +221,10 @@ To disable the creation of the example event for new users:
218221
2. Scroll down to the "Example content" section.
219222
3. Disable the "Add example event ..." setting with the checkbox
220223

224+
It can also be toggled from the command line::
225+
226+
sudo -E -u www-data php occ config:app:set dav create_example_event --value=no
227+
221228
To replace the built-in default event with a custom one:
222229

223230
1. Navigate to the Groupware settings in the admin settings.

admin_manual/groupware/contacts.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,18 @@ Example contact
8787

8888
When a user logs in for the first time an example contact is created in the user's address book.
8989

90+
This feature is enabled by default and is controlled by the ``enableDefaultContact`` app config.
91+
9092
To disable the example contact feature:
9193

9294
1. Navigate to the Groupware settings in the admin settings.
9395
2. Scroll down to the "Example content" section.
9496
3. Disable the "Add example contact ..." setting with the checkbox
9597

98+
It can also be toggled from the command line::
99+
100+
sudo -E -u www-data php occ config:app:set dav enableDefaultContact --value=no
101+
96102
If you want to set a specific contact that should be created.
97103

98104
4. Press the "Import contact" button.

0 commit comments

Comments
 (0)