How to change admin roles according to each available admin functions ?
Hello,
Is it possible to change the admin role for each admin functions available ?
Is it possible to override those functions in the config auth file and change the
use
property ?
I would want impersonateUser
to have adminRole: ["administrator", "moderator"]
only while createUser
to have adminRole: ["administrator", "moderator", "superoperator"]
PS: Those roles are custom roles, I have 4 roles: administrator, moderator, superoperator, operator


0 Replies