Skip to content

Commit f1f2b70

Browse files
authored
Update post-install.txt
1 parent f5c0597 commit f1f2b70

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

friendsofsymfony/user-bundle/2.1/post-install.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44

55
Warning: make sure the twig engine is turned on in framework.yaml
66

7-
- If not, add the following to config/packages/framework.yaml:
7+
- 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</>:
810

911
framework:
1012
# ...
1113
csrf_protection: { enabled: true }
1214
templating:
1315
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

Comments
 (0)