Skip to content

docs(admin): Add documentation for contacts example content #12928

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions admin_manual/groupware/contacts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,26 @@ or::

# Allow users to create address books without restriction
php occ config:app:set dav maximumAdressbooks --type=integer --value=-1

Example contact
---------------

.. versionadded:: 32.0.0

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.

To enable the example contact feature:

1. Navigate to the Groupware settings in the admin settings.
2. Scroll down to the "Example content" section.
3. Enable the "Example contact" setting with the checkbox

If you want to set a specific contact that should be created.

4. Press the "Import contact" button.
5. Choose a vCard file(.vcf) that should be imported as an example contact.

Switching back to the default example contact provided by nextcloud is possible by pressing the "Reset to default contact" button.

.. note::
Example contacts will only be created for users that log in for the first time after the feature was enabled.