From c6ffc4c791ed2c8c62917c4dadcc052b9331eb99 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 9 May 2023 16:27:38 +0200 Subject: [PATCH] feat(usermanual): Add user manager property description Signed-off-by: Christoph Wurst --- admin_manual/configuration_user/user_configuration.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin_manual/configuration_user/user_configuration.rst b/admin_manual/configuration_user/user_configuration.rst index 9320698a3..f49702918 100644 --- a/admin_manual/configuration_user/user_configuration.rst +++ b/admin_manual/configuration_user/user_configuration.rst @@ -58,6 +58,12 @@ User accounts have the following properties: cannot upload or sync data. You have the the option to include external storage in user quotas. +*Manager* + Every user can have one organizational manager. The manager property goes into + the system address book card of the user and is used for the Contacts app's + organization chart, for example. Setting a manager does **not** change any + authorization level of the user or their manager. + Creating a new user -------------------