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'