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:
109109 ]);
110110
111111 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
114114descriptive name because this will be later used in the firewall configuration.
115115
116116.. _authenticating-someone-with-a-custom-entity-provider :
@@ -208,7 +208,7 @@ Memory User Provider
208208--------------------
209209
210210It'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
212212prototypes and for limited apps that don't store users in databases.
213213
214214This user provider stores all user information in a configuration file,
You can’t perform that action at this time.
0 commit comments