1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-09-03 03:18:04 +00:00

Allow untrusted editors rename

Fixes #135
This commit is contained in:
Timur Ismagilov
2022-08-22 13:37:58 +05:00
parent 6c25ef9085
commit 1d005442f5

View File

@@ -34,10 +34,10 @@ var minimalRights = map[string]int{
"media": 1, "media": 1,
"edit": 1, "edit": 1,
"upload-binary": 1, "upload-binary": 1,
"rename": 1,
"upload-text": 1, "upload-text": 1,
"add-to-category": 2, "add-to-category": 2,
"remove-from-category": 2, "remove-from-category": 2,
"rename": 2,
"remove-media": 2, "remove-media": 2,
"update-header-links": 3, "update-header-links": 3,
"delete": 3, "delete": 3,