Skip to content

Commit 283d838

Browse files
Expanded the help note about default_target_path
1 parent 0b753ab commit 283d838

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/config/security.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ security:
3232
# Secure the login form against CSRF
3333
# Reference: http://symfony.com/doc/current/cookbook/security/csrf_in_login_form.html
3434
csrf_token_generator: security.csrf.token_manager
35-
# Redirect to post index page after login (by default)
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)
3638
default_target_path: blog_index
3739

3840
logout:

0 commit comments

Comments
 (0)