From f5f2e756840dc843c1ec1c32503a821e471f73bc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 12 Mar 2021 21:29:44 +0000 Subject: [PATCH] Allow anonymous users to access the contact form --- config/user.role.anonymous.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/user.role.anonymous.yml b/config/user.role.anonymous.yml index fb7b46b..773b106 100644 --- a/config/user.role.anonymous.yml +++ b/config/user.role.anonymous.yml @@ -10,4 +10,5 @@ weight: 0 is_admin: false permissions: - 'access content' + - 'access site-wide contact form' - 'view media'