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 63681da commit 0b753abCopy full SHA for 0b753ab
app/config/security.yml
@@ -32,6 +32,8 @@ security:
32
# Secure the login form against CSRF
33
# Reference: http://symfony.com/doc/current/cookbook/security/csrf_in_login_form.html
34
csrf_token_generator: security.csrf.token_manager
35
+ # Redirect to post index page after login (by default)
36
+ default_target_path: blog_index
37
38
logout:
39
# The route name the user can go to in order to logout
0 commit comments