From 4ad8e88bd8f451e1984604d77e229323748f2a82 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sat, 27 Nov 2021 04:40:23 +0100 Subject: [PATCH] Old reference to AUTO_LEAVE removed --- docs/features/core/groups.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/features/core/groups.md b/docs/features/core/groups.md index 936adaff..71fe6469 100644 --- a/docs/features/core/groups.md +++ b/docs/features/core/groups.md @@ -48,12 +48,3 @@ When a user loses this permission, they will be removed from all groups _except_ .. note:: By default, the ``groupmanagement.request_groups`` permission is applied to the ``Member`` group. In most instances this, and perhaps adding it to the ``Blue`` group, should be all that is ever needed. It is unsupported and NOT advisable to apply this permission to a public group. See #697 for more information. ``` - -### Auto Leave - -By default in AA, Both requests and leaves for non-open groups must be approved by a group manager. If you wish to allow users to leave groups without requiring approvals, add the following lines to your `local.py` - -```python -## Allows users to freely leave groups without requiring approval. -AUTO_LEAVE = True -```