Docs: Add description for special groups

Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
Yannick Bungers 2021-02-27 14:16:29 +01:00 committed by David Mehren
parent 0e4b65ca9d
commit b1616ea854
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -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.