diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-10 22:37:56 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-10 22:37:56 +0200 |
commit | 728a43285056c54bb1c0ec622ae9431f487d3a66 (patch) | |
tree | 1902111f1d28c421bfe674334d529c6e33cbcfb9 /app | |
parent | f59601fced49d04a38b27e8b017b5e35cd851747 (diff) | |
download | wallabag-728a43285056c54bb1c0ec622ae9431f487d3a66.tar.gz wallabag-728a43285056c54bb1c0ec622ae9431f487d3a66.tar.zst wallabag-728a43285056c54bb1c0ec622ae9431f487d3a66.zip |
fix #1311, redirect after login
Diffstat (limited to 'app')
-rw-r--r-- | app/config/security.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/config/security.yml b/app/config/security.yml index 37236d40..acc86984 100644 --- a/app/config/security.yml +++ b/app/config/security.yml | |||
@@ -37,9 +37,9 @@ security: | |||
37 | 37 | ||
38 | post_only: true | 38 | post_only: true |
39 | 39 | ||
40 | always_use_default_target_path: true | 40 | always_use_default_target_path: false |
41 | default_target_path: / | 41 | default_target_path: / |
42 | target_path_parameter: redirect_url | 42 | target_path_parameter: _target_path |
43 | use_referer: true | 43 | use_referer: true |
44 | 44 | ||
45 | failure_path: null | 45 | failure_path: null |