From 6531b8b006988785e33331c6ced497d24dcc0113 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Mon, 11 Mar 2019 13:02:31 +0100 Subject: [PATCH] Update USERRIGHTS.md --- USERRIGHTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/USERRIGHTS.md b/USERRIGHTS.md index b8f6f2c2..3ce86b5e 100644 --- a/USERRIGHTS.md +++ b/USERRIGHTS.md @@ -2,7 +2,7 @@ | id | Role | rights | who has it | |----|---------------|----------------------|------------| | 1 | Limited Guest | listing directory | using shared link | -| 2 | Guest | + search | one one (you can set manually in the db, if necessary) | +| 2 | Guest | + search | no one (you can set manually in the db, if necessary) | | 3 | User | + share | default role | | 4 | Admin | + settings | dDefault (pregenerated) user (also the default right if authentication is off) | -| 5 | Developer | + see errors | one one (you can set manually in the db, if necessary) | +| 5 | Developer | + see errors | no one (you can set manually in the db, if necessary) |