0

In my project I have two roles/groups: admin and user. Admins can add and edit users, users can only read the data. How can I achieve that a user can edit its own data (like password, name, ...) but not the others? Since I can only add permissions to roles, I would need a individual role for every user. Is there another way to solve this? Kind regards Nils

Le Beef
  • 21
  • 5

1 Answers1

0

At the moment you would need to create a dedicated group and role for that single user. We have already encountered the same limitation and are working on a long-term solution. One option would be to allow user roles. This way no dedicated group would be needed.

Related issues:

Jotschi
  • 3,270
  • 3
  • 31
  • 52