From a636fd1cf056d5bcc38377a2215c8fa37e1e6ff5 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sun, 21 Nov 2021 18:24:04 +0100 Subject: [PATCH] Add it to the docu --- docs/features/core/groupmanagement.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/features/core/groupmanagement.md b/docs/features/core/groupmanagement.md index 1f2685ea..54e58054 100644 --- a/docs/features/core/groupmanagement.md +++ b/docs/features/core/groupmanagement.md @@ -41,11 +41,13 @@ Here is a list of available settings for Group Management. They can be configure Note that all settings are optional and the app will use the documented default settings if they are not used. ```eval_rst -+---------------------------------------------+---------------------------------------------------------------------------+------------+ -| Name | Description | Default | -+=============================================+===========================================================================+============+ -| ``GROUPMANAGEMENT_REQUESTS_NOTIFICATION`` | Send Auth notifications to all group leaders for join and leave requests. | ``False`` | -+---------------------------------------------+---------------------------------------------------------------------------+------------+ ++---------------------------------------------+-------------------------------------------------------------------------------------------+------------+ +| Name | Description | Default | ++=============================================+===========================================================================================+============+ +| ``GROUPMANAGEMENT_AUTO_LEAVE`` | Group members can leave their group without needing confirmation from their group leaders | ``False`` | ++---------------------------------------------+-------------------------------------------------------------------------------------------+------------+ +| ``GROUPMANAGEMENT_REQUESTS_NOTIFICATION`` | Send Auth notifications to all group leaders for join and leave requests. | ``False`` | ++---------------------------------------------+-------------------------------------------------------------------------------------------+------------+ ``` ## Permissions