File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -210,6 +210,9 @@ Example event
210210.. versionadded :: 32.0.0
211211
212212When a user logs in for the first time an example event is created in their personal calendar.
213+
214+ This feature is enabled by default and is controlled by the ``create_example_event `` app config.
215+
213216As an admin, you can disable the creation of the example event.
214217It is also possible to replace the default event with a custom one.
215218
@@ -219,6 +222,10 @@ To disable the creation of the example event for new users:
2192222. Scroll down to the "Example content" section.
2202233. Disable the "Add example event ..." setting with the checkbox
221224
225+ It can also be toggled from the command line::
226+
227+ sudo -E -u www-data php occ config:app:set dav create_example_event --value=no
228+
222229To replace the built-in default event with a custom one:
223230
2242311. Navigate to the Groupware settings in the admin settings.
Original file line number Diff line number Diff line change @@ -87,12 +87,18 @@ Example contact
8787
8888When 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+
9092To disable the example contact feature:
9193
92941. Navigate to the Groupware settings in the admin settings.
93952. Scroll down to the "Example content" section.
94963. 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+
96102If you want to set a specific contact that should be created.
97103
981044. Press the "Import contact" button.
You can’t perform that action at this time.
0 commit comments