Limit permissions of Account Admin role.

This commit is contained in:
Michael Stenta 2023-09-06 14:27:06 -04:00
parent c5b7d25d29
commit 9b4700dced
1 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ third_party_settings:
access: access:
config: true config: true
entity: entity:
view all: true view all: false
create all: true create all: false
update all: true update all: false
delete all: true delete all: false