1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-05 02:29:54 +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,
"edit": 1,
"upload-binary": 1,
"rename": 1,
"upload-text": 1,
"add-to-category": 2,
"remove-from-category": 2,
"rename": 2,
"remove-media": 2,
"update-header-links": 3,
"delete": 3,