mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-01 03:19:18 +02:00
Document group _authenticated (#1983)
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||
|
||||
### 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.
|
||||
|
||||
@@ -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 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.
|
||||
|
||||
Reference in New Issue
Block a user