aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/loginform.html
diff options
context:
space:
mode:
authorVirtualTam <virtualtam+github@flibidi.net>2017-08-27 16:36:53 +0200
committerGitHub <noreply@github.com>2017-08-27 16:36:53 +0200
commite4ed3a46b7029eeed757daf33596eb5d345c32b5 (patch)
treeefce8e24dbe264c2dac554e6838f7bbf35e80e4b /tpl/vintage/loginform.html
parentfc27141cf6eb04d3d8714385cb6961a8063fe61b (diff)
parent2e07e77573a379f9af006b2c523117eef9fdf9b2 (diff)
downloadShaarli-e4ed3a46b7029eeed757daf33596eb5d345c32b5.tar.gz
Shaarli-e4ed3a46b7029eeed757daf33596eb5d345c32b5.tar.zst
Shaarli-e4ed3a46b7029eeed757daf33596eb5d345c32b5.zip
Merge pull request #944 from thewilli/configure-rememberme
new setting: default value for 'remember me' checkbox
Diffstat (limited to 'tpl/vintage/loginform.html')
-rw-r--r--tpl/vintage/loginform.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/tpl/vintage/loginform.html b/tpl/vintage/loginform.html
index 84176385..1becd44f 100644
--- a/tpl/vintage/loginform.html
+++ b/tpl/vintage/loginform.html
@@ -24,7 +24,9 @@
24 </label> 24 </label>
25 <input type="submit" value="Login" class="bigbutton" tabindex="4"> 25 <input type="submit" value="Login" class="bigbutton" tabindex="4">
26 <label for="longlastingsession"> 26 <label for="longlastingsession">
27 <input type="checkbox" name="longlastingsession" id="longlastingsession" tabindex="3"> 27 <input type="checkbox" name="longlastingsession"
28 id="longlastingsession" tabindex="3"
29 {if="$remember_user_default"}checked="checked"{/if}>
28 Stay signed in (Do not check on public computers)</label> 30 Stay signed in (Do not check on public computers)</label>
29 <input type="hidden" name="token" value="{$token}"> 31 <input type="hidden" name="token" value="{$token}">
30 {if="$returnurl"}<input type="hidden" name="returnurl" value="{$returnurl}">{/if} 32 {if="$returnurl"}<input type="hidden" name="returnurl" value="{$returnurl}">{/if}