File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,15 @@ the request flow is always the same:
258
258
Using a Traditional Login Form
259
259
------------------------------
260
260
261
+ .. tip ::
262
+
263
+ In this section, you'll learn how to create a basic login form that continues
264
+ to use the hard-coded users that are defined in the ``security.yml `` file.
265
+
266
+ To load users from the database, please read :doc: `/cookbook/security/entity_provider `.
267
+ By reading that article and this section, you can create a full login form
268
+ system that loads users from the database.
269
+
261
270
So far, you've seen how to blanket your application beneath a firewall and
262
271
then protect access to certain areas with roles. By using HTTP Authentication,
263
272
you can effortlessly tap into the native username/password box offered by
You can’t perform that action at this time.
0 commit comments