diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-08-12 12:27:12 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-08-12 12:27:12 +0200 |
commit | 5a5846149164086fe6f8e1fada6a4ab3bb910a87 (patch) | |
tree | 1ad1fd51d89498566c97a3b04804db36f661f5e1 /app/config/security.yml | |
parent | 496f21e6faed1d06623221dabb35d1f3ce8fc8c2 (diff) | |
download | wallabag-5a5846149164086fe6f8e1fada6a4ab3bb910a87.tar.gz wallabag-5a5846149164086fe6f8e1fada6a4ab3bb910a87.tar.zst wallabag-5a5846149164086fe6f8e1fada6a4ab3bb910a87.zip |
add 'stay connected' checkbox
Diffstat (limited to 'app/config/security.yml')
-rw-r--r-- | app/config/security.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/config/security.yml b/app/config/security.yml index 37236d40..2163389b 100644 --- a/app/config/security.yml +++ b/app/config/security.yml | |||
@@ -51,6 +51,12 @@ security: | |||
51 | csrf_parameter: _csrf_token | 51 | csrf_parameter: _csrf_token |
52 | intention: authenticate | 52 | intention: authenticate |
53 | 53 | ||
54 | remember_me: | ||
55 | key: "%secret%" | ||
56 | lifetime: 31536000 | ||
57 | path: / | ||
58 | domain: ~ | ||
59 | |||
54 | logout: | 60 | logout: |
55 | path: /logout | 61 | path: /logout |
56 | target: / | 62 | target: / |