Hi,
I’m still diggin the permissions for both users and pages.
I have a page with images and I want the “editors” to see all the cards but not allowed to delete, swap, update, change the attached image.
So far, the editor user looks like this:
permissions:
access:
account: true
panel: true
site: true
languages: false
system: true
users: false
files:
create: false
changeName: false
delete: false
read: true
replace: false
update: false
languages:
create: true
delete: true
pages:
changeSlug: true
changeStatus: true
changeTemplate: false
changeTitle: false
create: false
delete: false
duplicate: false
preview: true
read: true
sort: true
update: true
site: false
user:
changeEmail: false
changeLanguage: false
changeName: false
changePassword: false
changeRole: false
delete: false
update: false
users: false
and I have some specific options in the page:
options:
delete:
admin: true
editor: false
copyrights: false
guest: false
create:
admin: true
editor: true
copyrights: false
guest: false
duplicate:
admin: true
editor: false
copyrights: false
guest: false
changeTitle:
admin: true
editor: false
copyrights: false
guest: false
read:
admin: true
editor: true
copyrights: true
guest: true
update:
admin: true
editor: true
copyrights: true
guest: false
But with these settings, the Editor is still being able to change the image??
Please see the screenshot below