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 0b753ab commit 283d838Copy full SHA for 283d838
app/config/security.yml
@@ -32,7 +32,9 @@ 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)
+ # After login, users are redirected by default to their previous page. This
36
+ # value is only used when the referrer page does not exist (e.g. when
37
+ # accessing directly to the login page)
38
default_target_path: blog_index
39
40
logout:
0 commit comments