Skip to content

Commit 6b77c62

Browse files
committed
Revert enable_authenticator_manager: true
1 parent c1263e5 commit 6b77c62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/Functional/App/config/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@ framework:
99
http_method_override: false
1010

1111
security:
12+
enable_authenticator_manager: true
1213
providers:
1314
in_memory:
1415
memory:
1516
users:
1617
ryan:
1718
password: 123
18-
roles: 'ROLE_USER'
19+
roles: "ROLE_USER"
1920
admin:
2021
password: 123
21-
roles: 'ROLE_ADMIN'
22+
roles: "ROLE_ADMIN"
2223
password_hashers:
2324
Symfony\Component\Security\Core\User\InMemoryUser: plaintext
2425
firewalls:

0 commit comments

Comments
 (0)