mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
Docs: Add description for special groups
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
0e4b65ca9d
commit
b1616ea854
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue