From 1d94c3ee9b0512ed25c62450d5901c095c39e972 Mon Sep 17 00:00:00 2001 From: sw-yx Date: Wed, 9 Oct 2019 14:39:12 -0400 Subject: [PATCH] lock down backend roles --- static/admin/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/admin/config.yml b/static/admin/config.yml index c716d63e..dce0d3a1 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -3,6 +3,9 @@ backend: name: git-gateway branch: master + accept_roles: # accepts all users if left out + - admin + - editor publish_mode: editorial_workflow media_folder: "static/images/uploads" # Media files will be stored in the repo under images/uploads