From 8f2084b8e8e18525e1c9ec4b6740dc7450f11601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Sat, 23 Sep 2017 08:13:00 +0100 Subject: [PATCH] Stop to recommend FOSUser for Symfony 4 --- security/entity_provider.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/security/entity_provider.rst b/security/entity_provider.rst index 51e2593bbd3..a4267cedcbc 100644 --- a/security/entity_provider.rst +++ b/security/entity_provider.rst @@ -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 `