File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ Getting Started With FOSUserBundle
44The Symfony Security component provides a flexible security framework that
55allows you to load users from configuration, a database, or anywhere else
66you can imagine. The FOSUserBundle builds on top of this to make it quick
7- and easy to store users in a database.
7+ and easy to store users in a database, as well as functionality for registration,
8+ reset password and a profile page.
89
910So, if you need to persist and fetch the users in your system to and from
1011a database, then you're in the right place.
1112
13+ For a video tutorial, check out `FOSUserBundle FTW `_ by KnpUniversity.
14+
1215Prerequisites
1316-------------
1417
@@ -459,3 +462,4 @@ The following documents are available:
459462.. _security component documentation : https://symfony.com/doc/current/book/security.html
460463.. _Symfony documentation : https://symfony.com/doc/current/book/translation.html
461464.. _TypehintableBehavior : https://github.com/willdurand/TypehintableBehavior
465+ .. _FOSUserBundle FTW : https://knpuniversity.com/screencast/fosuserbundle
You can’t perform that action at this time.
0 commit comments