File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,9 @@ The authenticator can be enabled using the ``custom_authenticators`` setting:
132
132
133
133
.. deprecated :: 5.4
134
134
135
- Having multiple user providers and a `` custom_authenticator `` and not having specified the user provider
136
- to use has been deprecated in Symfony 5.4. If you have registered multiple user providers, you must set the
137
- `` provider `` key to one of the configured providers, even if your custom authenticators don't use it .
135
+ If you have registered multiple user providers, you must set the
136
+ `` provider `` key to one of the configured providers, even if your
137
+ custom authenticators don't use it. Not doing so is deprecated in Symfony 5.4 .
138
138
139
139
.. versionadded :: 5.2
140
140
@@ -191,7 +191,7 @@ can define what happens in these cases:
191
191
If your login method is interactive, which means that the user actively
192
192
logged into your application, you may want your authenticator to implement the
193
193
:class: `Symfony\\ Component\\ Security\\ Http\\ Authenticator\\ InteractiveAuthenticatorInterface `
194
- so that it dispatches an
194
+ so that it dispatches an
195
195
:class: `Symfony\\ Component\\ Security\\ Http\\ Event\\ InteractiveLoginEvent `
196
196
197
197
.. _security-passport :
You can’t perform that action at this time.
0 commit comments