Limit permissions of Account Admin role.

This commit is contained in:
Michael Stenta 2023-09-06 14:27:06 -04:00
parent 673446c284
commit 6f1e0ad52f
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