Skip to content

Commit 7057acc

Browse files
committed
This should fix the Acme deletion error
1 parent 01ee571 commit 7057acc

File tree

1 file changed

+4
-32
lines changed

1 file changed

+4
-32
lines changed

Symfony/app/config/security.yml

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,8 @@
11
security:
2-
encoders:
3-
Symfony\Component\Security\Core\User\User: plaintext
4-
5-
role_hierarchy:
6-
ROLE_ADMIN: ROLE_USER
7-
ROLE_SUPER_ADMIN: [ROLE_USER, ROLE_ADMIN, ROLE_ALLOWED_TO_SWITCH]
2+
firewalls:
3+
anonymous:
4+
anonymous: ~
85

96
providers:
107
in_memory:
11-
memory: ~
12-
13-
firewalls:
14-
dev:
15-
pattern: ^/(_(profiler|wdt)|css|images|js)/
16-
security: false
17-
18-
# login:
19-
# pattern: ^/demo/secured/login$
20-
# security: false
21-
#
22-
# secured_area:
23-
# pattern: ^/demo/secured/
24-
# form_login:
25-
# check_path: _security_check
26-
# login_path: _demo_login
27-
# logout:
28-
# path: _demo_logout
29-
# target: _demo
30-
anonymous: ~
31-
# #http_basic:
32-
# # realm: "Secured Demo Area"
33-
#
34-
# access_control:
35-
# - { path: ^/demo/secured/hello/admin/, roles: ROLE_ADMIN }
36-
# #- { path: ^/login, roles: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel: https }
8+
memory:

0 commit comments

Comments
 (0)