Skip to content

Commit ce427cd

Browse files
authored
Merge pull request #12928 from nextcloud/enh/admin/example-contact
docs(admin): Add documentation for contacts example content
2 parents 5b23541 + 457d6b3 commit ce427cd

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

admin_manual/groupware/contacts.rst

+23
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,26 @@ or::
7979

8080
# Allow users to create address books without restriction
8181
php occ config:app:set dav maximumAdressbooks --type=integer --value=-1
82+
83+
Example contact
84+
---------------
85+
86+
.. versionadded:: 32.0.0
87+
88+
The example contact administration setting allows you to enable the creation of a contact in the user's address book when he logs in for the first time.
89+
90+
To enable the example contact feature:
91+
92+
1. Navigate to the Groupware settings in the admin settings.
93+
2. Scroll down to the "Example content" section.
94+
3. Enable the "Example contact" setting with the checkbox
95+
96+
If you want to set a specific contact that should be created.
97+
98+
4. Press the "Import contact" button.
99+
5. Choose a vCard file(.vcf) that should be imported as an example contact.
100+
101+
Switching back to the default example contact provided by nextcloud is possible by pressing the "Reset to default contact" button.
102+
103+
.. note::
104+
Example contacts will only be created for users that log in for the first time after the feature was enabled.

0 commit comments

Comments
 (0)