We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bf0fe commit d946686Copy full SHA for d946686
security/entity_provider.rst
@@ -12,15 +12,6 @@ you how to load your users from the database via a Doctrine entity.
12
Introduction
13
------------
14
15
-.. tip::
16
-
17
- Before you start, you should check out `FOSUserBundle`_. This external
18
- bundle allows you to load users from the database (like you'll learn here)
19
- *and* gives you built-in routes & controllers for things like login,
20
- registration and forgot password. But, if you need to heavily customize
21
- your user system *or* if you want to learn how things work, this tutorial
22
- is even better.
23
24
Loading users via a Doctrine entity has 2 basic steps:
25
26
#. :ref:`Create your User entity <security-crete-user-entity>`
0 commit comments