ACL: Add download permission for guests #398

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-07-13 18:20:05 +02:00
parent fb4738c6fe
commit 9f88bacb13

View file

@ -14,6 +14,6 @@ var Permissions = ACL{
},
ResourcePhotos: Roles{
RoleAdmin: Actions{ActionDefault: true},
RoleGuest: Actions{ActionSearch: true, ActionRead: true},
RoleGuest: Actions{ActionSearch: true, ActionRead: true, ActionDownload: true},
},
}