Added basic logic for impersonation

This commit is contained in:
Jan Böhmer 2023-07-04 00:31:13 +02:00
parent 15e072a2ff
commit d20153c569
7 changed files with 163 additions and 27 deletions

View file

@ -190,6 +190,9 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co
set_password:
label: "perm.users.set_password"
alsoSet: 'read'
impersonate:
label: "perm.users.impersonate"
alsoSet: ['set_password']
change_user_settings:
label: "perm.users.change_user_settings"
show_history: