diff --git a/README.md b/README.md index ee14c9e..1c683cd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The Bolt users extension allows you to add front-end users to your website. Here is a list of things that the extension allows: - Define groups of users, allow them to register and login -- Limit ContenTypes (pages) to be visible only by users belonging to a certain group +- Limit ContentTypes (pages) to be visible only by users belonging to a certain group - Define user fields and allow them to edit their own profile ## Installation diff --git a/config/services.yaml b/config/services.yaml deleted file mode 100644 index 4868fc4..0000000 --- a/config/services.yaml +++ /dev/null @@ -1,13 +0,0 @@ -services: - Bolt\UsersExtension\Exclude\ProtectedListingController: - decorates: Bolt\Controller\Frontend\ListingController - arguments: ['@.inner'] - tags: ['controller.service_arguments'] - - Bolt\UsersExtension\Exclude\ProtectedDetailController: - decorates: Bolt\Controller\Frontend\DetailController - arguments: ['@.inner'] - tags: ['controller.service_arguments'] - - Bolt\UsersExtension\Controller\AccessAwareController: - tags: ['controller.service_arguments']