Skip to content

Commit 1471dea

Browse files
committed
[book][security] Adding a link to the entity_provider section inside the security chapter - see #743
1 parent 73d28f1 commit 1471dea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

book/security.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,15 @@ the request flow is always the same:
258258
Using a Traditional Login Form
259259
------------------------------
260260

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+
261270
So far, you've seen how to blanket your application beneath a firewall and
262271
then protect access to certain areas with roles. By using HTTP Authentication,
263272
you can effortlessly tap into the native username/password box offered by

0 commit comments

Comments
 (0)