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:
config: true
entity:
view all: true
create all: true
update all: true
delete all: true
view all: false
create all: false
update all: false
delete all: false