mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
remove security.yaml
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
security:
|
||||
providers:
|
||||
ctp:
|
||||
id: Commercetools\Symfony\CustomerBundle\Security\User\UserProvider
|
||||
access_control:
|
||||
- { path: /user/, roles: ROLE_USER }
|
||||
encoders:
|
||||
Symfony\Component\Security\Core\User\User: plaintext
|
||||
Commercetools\Symfony\CustomerBundle\Security\User\User: plaintext
|
||||
firewalls:
|
||||
main:
|
||||
anonymous: ~
|
||||
commercetools-login:
|
||||
login_path: login
|
||||
check_path: login_check
|
||||
logout:
|
||||
path: logout
|
||||
dev:
|
||||
pattern: ^/(_(profiler|wdt)|css|images|js)/
|
||||
security: false
|
||||
default:
|
||||
anonymous: ~
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Commercetools\\Symfony\\CtpBundle\\CtpBundle": ["all"],
|
||||
"Commercetools\\Symfony\\CustomerBundle\\CustomerBundle": ["all"],
|
||||
"Commercetools\\Symfony\\SetupBundle\\SetupBundle": ["dev"],
|
||||
"Commercetools\\Symfony\\StateBundle\\StateBundle": ["dev"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user