Skip to content

Commit 09e2c64

Browse files
Improved the help note
1 parent 283d838 commit 09e2c64

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/config/security.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ 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-
# 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)
35+
# The page users are redirect to when there is no previous page stored in the
36+
# session (for example when the users access directly to the login page).
3837
default_target_path: blog_index
3938

4039
logout:

0 commit comments

Comments
 (0)