mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Merge pull request #1323 from wallabag/v2-1302-checkbox
fix #1302: add 'stay connected' checkbox
This commit is contained in:
commit
a8596c35c8
2 changed files with 12 additions and 1 deletions
|
@ -51,6 +51,12 @@ security:
|
|||
csrf_parameter: _csrf_token
|
||||
intention: authenticate
|
||||
|
||||
remember_me:
|
||||
key: "%secret%"
|
||||
lifetime: 31536000
|
||||
path: /
|
||||
domain: ~
|
||||
|
||||
logout:
|
||||
path: /logout
|
||||
target: /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue