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.
1 parent e983e9b commit fe49749Copy full SHA for fe49749
Tests/Functional/app/Security/config.yml
@@ -8,6 +8,8 @@ services:
8
- container.service_subscriber
9
10
security:
11
+ enable_authenticator_manager: true
12
+
13
providers:
14
main:
15
memory:
@@ -30,3 +32,6 @@ security:
30
32
form_login:
31
33
check_path: /custom/login/check
34
provider: custom
35
36
+ access_control:
37
+ - { path: '^/main/user_profile$', roles: IS_AUTHENTICATED_FULLY }
0 commit comments