Skip to content

Stop to recommend FOSUser for Symfony 4 #8418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions security/entity_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ you how to load your users from the database via a Doctrine entity.
Introduction
------------

.. tip::

Before you start, you should check out `FOSUserBundle`_. This external
bundle allows you to load users from the database (like you'll learn here)
*and* gives you built-in routes & controllers for things like login,
registration and forgot password. But, if you need to heavily customize
your user system *or* if you want to learn how things work, this tutorial
is even better.

Loading users via a Doctrine entity has 2 basic steps:

#. :ref:`Create your User entity <security-crete-user-entity>`
Expand Down