You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently we prevent a user (with manageRoles) from creating roles that contain permissions they don't have, and from updating roles so that they contain roles the user doesn't have. We don't specify which roles a user can delete, though. Presently anyone with manageRoles can delete any role; this is definitely not wanted. A simple proposal - users (with manageRoles) should be able to delete only roles that specify (as true or false) no permissions they do not have.
The text was updated successfully, but these errors were encountered:
Presently we prevent a user (with
manageRoles
) from creating roles that contain permissions they don't have, and from updating roles so that they contain roles the user doesn't have. We don't specify which roles a user can delete, though. Presently anyone withmanageRoles
can delete any role; this is definitely not wanted. A simple proposal - users (withmanageRoles
) should be able to delete only roles that specify (as true or false) no permissions they do not have.The text was updated successfully, but these errors were encountered: