From e5f82415a1281de28b30ee077c01974159e2429a Mon Sep 17 00:00:00 2001 From: Samuel Chiriluta Date: Wed, 20 Dec 2017 09:35:50 +0200 Subject: [PATCH] Removing route security, added post install recommendation --- .../3.1/config/packages/bcc_cron_manager_bundle.yaml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 bcc/cron-manager-bundle/3.1/config/packages/bcc_cron_manager_bundle.yaml diff --git a/bcc/cron-manager-bundle/3.1/config/packages/bcc_cron_manager_bundle.yaml b/bcc/cron-manager-bundle/3.1/config/packages/bcc_cron_manager_bundle.yaml deleted file mode 100644 index 73822956..00000000 --- a/bcc/cron-manager-bundle/3.1/config/packages/bcc_cron_manager_bundle.yaml +++ /dev/null @@ -1,3 +0,0 @@ -security: - access_control: - - { path: ^/admin, roles: ROLE_USER }