diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-08-12 13:23:52 +0200 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-08-12 13:23:52 +0200 |
commit | a8596c35c8db3c7e560f5af4fb0b6259f2241b50 (patch) | |
tree | 738234eadbd6853786237ab14e17562afb9cb887 /app | |
parent | a15692b1b736a6a1d3c50a5daffe08c16e6cc93b (diff) | |
parent | 6622cf996830a037081dba8fa8b2793ffd998bc3 (diff) | |
download | wallabag-a8596c35c8db3c7e560f5af4fb0b6259f2241b50.tar.gz wallabag-a8596c35c8db3c7e560f5af4fb0b6259f2241b50.tar.zst wallabag-a8596c35c8db3c7e560f5af4fb0b6259f2241b50.zip |
Merge pull request #1323 from wallabag/v2-1302-checkbox
fix #1302: add 'stay connected' checkbox
Diffstat (limited to 'app')
-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 acc86984..b9c4cbef 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: / |