From f1f2b7049e3a73b69f4a0d9800173a6ebb86f9db Mon Sep 17 00:00:00 2001 From: tattali Date: Mon, 5 Feb 2018 16:12:15 +0100 Subject: [PATCH] Update post-install.txt --- friendsofsymfony/user-bundle/2.1/post-install.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/friendsofsymfony/user-bundle/2.1/post-install.txt b/friendsofsymfony/user-bundle/2.1/post-install.txt index 82226d35..268dc205 100644 --- a/friendsofsymfony/user-bundle/2.1/post-install.txt +++ b/friendsofsymfony/user-bundle/2.1/post-install.txt @@ -4,10 +4,15 @@ Warning: make sure the twig engine is turned on in framework.yaml - - If not, add the following to config/packages/framework.yaml: + - Modify your address config in config/packages/fos_user.yaml + + - If not, add the following to config/packages/framework.yaml: framework: # ... csrf_protection: { enabled: true } templating: engines: ['twig'] + + - Modify your security configuration in config/packages/security.yaml + https://symfony.com/doc/2.0/bundles/FOSUserBundle/index.html#step-4-configure-your-application-s-security-yml