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 283d838 commit 09e2c64Copy full SHA for 09e2c64
app/config/security.yml
@@ -32,9 +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
- # 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)
+ # The page users are redirect to when there is no previous page stored in the
+ # session (for example when the users access directly to the login page).
38
default_target_path: blog_index
39
40
logout:
0 commit comments