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 e9cf8e6 + 84355ef commit a2416b9Copy full SHA for a2416b9
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 -->
@@ -42,6 +42,7 @@
42
<argument /> <!-- Provider-shared Key -->
43
<argument /> <!-- Authenticator -->
44
<argument type="service" id="logger" on-invalid="null" />
45
+ <argument>%security.authentication.hide_user_not_found%</argument>
46
47
</services>
48
</container>
0 commit comments