diff options
author | Willi Eggeling <mail@wje-online.de> | 2017-08-26 09:27:10 +0200 |
---|---|---|
committer | Willi Eggeling <mail@wje-online.de> | 2017-08-27 16:03:37 +0200 |
commit | 2e07e77573a379f9af006b2c523117eef9fdf9b2 (patch) | |
tree | bbcd002b7d357f92a832b4bd22d5ed6251732037 /doc/md/Shaarli-configuration.md | |
parent | de901736a663934c1b67f09f1d586da665f0f036 (diff) | |
download | Shaarli-2e07e77573a379f9af006b2c523117eef9fdf9b2.tar.gz Shaarli-2e07e77573a379f9af006b2c523117eef9fdf9b2.tar.zst Shaarli-2e07e77573a379f9af006b2c523117eef9fdf9b2.zip |
new setting: default value for 'remember me' checkbox
- the default state for the login page's 'remember me' checkbox can now be configured
- adapted the default and vintage theme to consider the new setting
- added documentation for the new setting
Diffstat (limited to 'doc/md/Shaarli-configuration.md')
-rw-r--r-- | doc/md/Shaarli-configuration.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/md/Shaarli-configuration.md b/doc/md/Shaarli-configuration.md index 188a3c09..d90e95eb 100644 --- a/doc/md/Shaarli-configuration.md +++ b/doc/md/Shaarli-configuration.md | |||
@@ -91,6 +91,8 @@ _These settings should not be edited_ | |||
91 | - **default_private_links**: Check the private checkbox by default for every new link. | 91 | - **default_private_links**: Check the private checkbox by default for every new link. |
92 | - **hide_public_links**: All links are hidden while logged out. | 92 | - **hide_public_links**: All links are hidden while logged out. |
93 | - **hide_timestamps**: Timestamps are hidden. | 93 | - **hide_timestamps**: Timestamps are hidden. |
94 | - **remember_user_default**: Default state of the login page's *remember me* checkbox | ||
95 | - `true`: checked by default, `false`: unchecked by default | ||
94 | 96 | ||
95 | ### Feed | 97 | ### Feed |
96 | 98 | ||
@@ -192,7 +194,8 @@ _These settings should not be edited_ | |||
192 | "privacy": { | 194 | "privacy": { |
193 | "default_private_links": true, | 195 | "default_private_links": true, |
194 | "hide_public_links": false, | 196 | "hide_public_links": false, |
195 | "hide_timestamps": false | 197 | "hide_timestamps": false, |
198 | "remember_user_default": true | ||
196 | }, | 199 | }, |
197 | "thumbnail": { | 200 | "thumbnail": { |
198 | "enable_thumbnails": true, | 201 | "enable_thumbnails": true, |