File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ to retrieve them:
109
109
]);
110
110
111
111
The ``providers `` section creates a "user provider" called ``users `` that knows
112
- to query from your ``App\Entity\User `` entity by the ``username `` property. You
113
- can choose any name for the user provider, but it's recommended to pick a
112
+ how to query from your ``App\Entity\User `` entity by the ``username `` property.
113
+ You can choose any name for the user provider, but it's recommended to pick a
114
114
descriptive name because this will be later used in the firewall configuration.
115
115
116
116
.. _authenticating-someone-with-a-custom-entity-provider :
@@ -208,7 +208,7 @@ Memory User Provider
208
208
--------------------
209
209
210
210
It's not recommended to use this provider in real applications because of its
211
- limitations and how difficult is to manage users. It may be useful in app
211
+ limitations and how difficult it is to manage users. It may be useful in app
212
212
prototypes and for limited apps that don't store users in databases.
213
213
214
214
This user provider stores all user information in a configuration file,
You can’t perform that action at this time.
0 commit comments