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 8c23ac7 commit 84355efCopy full SHA for 84355ef
Resources/config/guard.xml
@@ -17,7 +17,7 @@
17
<argument type="service" id="security.authentication.session_strategy" />
18
</call>
19
</service>
20
-
+
21
<service id="Symfony\Component\Security\Guard\GuardAuthenticatorHandler" alias="security.authentication.guard_handler" />
22
23
<!-- See GuardAuthenticationFactory -->
@@ -41,6 +41,7 @@
41
<argument /> <!-- Provider-shared Key -->
42
<argument /> <!-- Authenticator -->
43
<argument type="service" id="logger" on-invalid="null" />
44
+ <argument>%security.authentication.hide_user_not_found%</argument>
45
46
</services>
47
</container>
0 commit comments