From 48e8ba724557d60e1968c696f651c87f7d4cdefc Mon Sep 17 00:00:00 2001 From: Abdellatif AitBoudad Date: Sun, 25 May 2014 21:32:23 +0100 Subject: [PATCH] fixed missing info about FosUserBundle. --- book/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/security.rst b/book/security.rst index b63abe37d11..80a546a2d04 100644 --- a/book/security.rst +++ b/book/security.rst @@ -1130,7 +1130,7 @@ this by creating a ``User`` class and configuring the ``entity`` provider. .. tip:: A high-quality open source bundle is available that allows your users - to be stored via the Doctrine ORM or ODM. Read more about the `FOSUserBundle`_ + to be stored in a database. Read more about the `FOSUserBundle`_ on GitHub. With this approach, you'll first create your own ``User`` class, which will