Merge pull request from thewilli/configure-rememberme

new setting: default value for 'remember me' checkbox
This commit is contained in:
VirtualTam 2017-08-27 16:36:53 +02:00 committed by GitHub
commit e4ed3a46b7
5 changed files with 13 additions and 3 deletions

View file

@ -91,6 +91,8 @@ _These settings should not be edited_
- **default_private_links**: Check the private checkbox by default for every new link.
- **hide_public_links**: All links are hidden while logged out.
- **hide_timestamps**: Timestamps are hidden.
- **remember_user_default**: Default state of the login page's *remember me* checkbox
- `true`: checked by default, `false`: unchecked by default
### Feed
@ -192,7 +194,8 @@ _These settings should not be edited_
"privacy": {
"default_private_links": true,
"hide_public_links": false,
"hide_timestamps": false
"hide_timestamps": false,
"remember_user_default": true
},
"thumbnail": {
"enable_thumbnails": true,