We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 680a630 + f23b730 commit b2ce400Copy full SHA for b2ce400
config/packages/security.yaml
@@ -12,6 +12,10 @@ security:
12
password_hashers:
13
Sylius\Component\User\Model\UserInterface: argon2i
14
firewalls:
15
+ dev:
16
+ pattern: ^/(_(profiler|wdt)|css|images|js)/
17
+ security: false
18
+
19
admin:
20
switch_user: true
21
context: admin
@@ -106,10 +110,6 @@ security:
106
110
pattern: ^/media/cache/resolve
107
111
security: false
108
112
109
- dev:
- pattern: ^/(_(profiler|wdt)|css|images|js)/
- security: false
-
113
access_control:
114
- { path: "%sylius.security.admin_regex%/forgotten-password", role: PUBLIC_ACCESS }
115
0 commit comments