1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Patrik J. Braun 2019-03-14 22:29:34 +01:00
commit 091824d562

View File

@ -2,7 +2,7 @@
| id | Role | rights | who has it | | id | Role | rights | who has it |
|----|---------------|----------------------|------------| |----|---------------|----------------------|------------|
| 1 | Limited Guest | listing directory | using shared link | | 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 | | 3 | User | + share | default role |
| 4 | Admin | + settings | dDefault (pregenerated) user (also the default right if authentication is off) | | 4 | Admin | + settings | default (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) |