Administer user(role) permissions

Hi,

I’m setting up my user roles and permissions. I wonder if permissions should be visible in the panel for any given user(role). Currently I’m logged in as “Admin” user but I can only see the users with their user roles but I can not toggle permissions for any give user(role).

See my “trainer.yml” file below for instance. I would expect to being able to set these permissions but I do not see any possibility in the control panel.

Thanks in advance.

title: Trainer
description: Can view their own profile and the lesson schedule for their assigned clubs.
permissions:
  access:
    panel: true
    settings: false
    users: false
  pages:
    create: false
    update: true
    delete: false
  user:
    changeEmail: true
    changeLanguage: true
    changeName: true
    changePassword: true
    delete: false

No, these permissions are set in the blueprint. There is no Panel UI for displaying or changing them that Kirby ships out of the box.

Feel free to add this as feature suggestion on https://feedback.getkirby.com/

Thanks a lot distantnative! I feel a new plugin is brewing to be created (:-1:

Have a nice day!