diff --git a/docs/content/dev/2.0.md b/docs/content/dev/2.0.md index d622d88b8..fe3f13ba1 100644 --- a/docs/content/dev/2.0.md +++ b/docs/content/dev/2.0.md @@ -9,6 +9,10 @@ We intend to officially support and test these databases: - PostgreSQL - MariaDB +## Special Groups +The software provides two special groups which have no explicit users: +- `everyone` (Describing that everyone who wants to access a note can do if it is enabled in the config.) +- `loggedIn` (Describing all users which are logged in) ## Dev Setup - Clone backend and frontend in two folders.