Document group _authenticated (#1983)

This commit is contained in:
René Pfeuffer
2022-03-28 08:53:09 +02:00
committed by GitHub
parent ad8cbd6f74
commit 5006e9b821
2 changed files with 10 additions and 0 deletions

View File

@@ -25,3 +25,8 @@ Für das Erstellen einer Gruppe wird lediglich ein Name benötigt. Es können ab
Die Informationsseite einer Gruppe zeigt neben den Metadaten auch eine Liste der Gruppenmitglieder an.
![Gruppen Informationen](assets/groups-information.png)
### Gruppe aller angemeldeten Benutzer
Um Einstellungen oder Berechtigungen für alle regulären Benutzerkonten vorzunehmen (also alle Konten mit Ausnahme von anonymen),
kann die Gruppe `_authenticated` genutzt werden. Diese Gruppe existiert implizit und jedes Benutzerkonto mit Ausnahme
von `anonymous` ist Mitglied dieser Gruppe.

View File

@@ -23,3 +23,8 @@ Groups only require a name. It is also possible to add members to a group direct
The information page of a group shows the meta data as well as the members.
![Group-Information](assets/groups-information.png)
### Group for all Users
To apply settings or permissions for all regular users (that is all accounts except anonymous),
one can use the group `_authenticated`. This group is an implicit one and every user account except `anonymous` is a
member of this group.