I have installed a fresh installed Kirby starterkit 3.3.5.
Then I have added the blueprint site\blueprints\users\editor.yml
:
// site\blueprints\users\editor.yml
title: Editor
permissions:
access:
panel: true
site: true
settings: false
users: false
files:
create: true
changeName: true
delete: true
replace: true
update: TRUE
site:
update: false
pages:
create: true
changeTemplate: true
changeTitle: true
changeSlug: true
delete: false
hide: true
sort: true
update: true
user:
create: false # how can a user create **himself** ???
changeName: TRUE
changeEmail: TRUE
changeLanguage: FALSE
changePassword: false
changeRole: false
delete: false
update: TRUE
sections:
meta:
type: fields
fields:
phone:
label: Telefon
type: tel
width: 1/3
placeholder: +49 000 00000000-000
mobile:
label: mobile Phone
type: tel
width: 1/3
placeholder: +49 000 00000000
website:
label: Website
type: url
width: 1/3
documents:
type: files
empty: "No documents yet"
headline: My files
layout: cards
size: small
template: image
Then as admin I have added a new user Editor
with this role Editor
.
Then I have logged in using another browser as this user Editor
.
He added a picture in his profile in the area âMy filesâ of the panel.
If he clicks on this new picture he gets the error:
and the panel redirectes to the sites root.
As admin I can doubleclick that picture of the user and e.g. add the âalt textâ. But not as Editor himself.
Something is wrong.