We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c0597 commit f1f2b70Copy full SHA for f1f2b70
friendsofsymfony/user-bundle/2.1/post-install.txt
@@ -4,10 +4,15 @@
4
5
Warning: make sure the twig engine is turned on in framework.yaml
6
7
- - If not, add the following to config/packages/framework.yaml:
+ - Modify your address config in <fg=green>config/packages/fos_user.yaml</>
8
+
9
+ - If not, add the following to <fg=green>config/packages/framework.yaml</>:
10
11
framework:
12
# ...
13
csrf_protection: { enabled: true }
14
templating:
15
engines: ['twig']
16
17
+ - Modify your security configuration in <fg=green>config/packages/security.yaml</>
18
+ https://symfony.com/doc/2.0/bundles/FOSUserBundle/index.html#step-4-configure-your-application-s-security-yml
0 commit comments