From 0419c65dc01376c923274207350c4f6fb4b2682e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 20 Oct 2018 23:24:18 -0400 Subject: [PATCH] Coffee for everyone --- config/sync/user.role.anonymous.yml | 1 + config/sync/user.role.authenticated.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/sync/user.role.anonymous.yml b/config/sync/user.role.anonymous.yml index 21354c1..6e54780 100644 --- a/config/sync/user.role.anonymous.yml +++ b/config/sync/user.role.anonymous.yml @@ -9,6 +9,7 @@ label: 'Anonymous user' weight: 0 is_admin: false permissions: + - 'access coffee' - 'access comments' - 'access content' - 'access site-wide contact form' diff --git a/config/sync/user.role.authenticated.yml b/config/sync/user.role.authenticated.yml index 9bdbc1c..49c0c16 100644 --- a/config/sync/user.role.authenticated.yml +++ b/config/sync/user.role.authenticated.yml @@ -9,6 +9,7 @@ label: 'Authenticated user' weight: 1 is_admin: false permissions: + - 'access coffee' - 'access comments' - 'access content' - 'access shortcuts'