summaryrefslogtreecommitdiff
path: root/templates/login.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.tmpl')
-rw-r--r--templates/login.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/login.tmpl b/templates/login.tmpl
index e55600d..af2f955 100644
--- a/templates/login.tmpl
+++ b/templates/login.tmpl
@@ -12,6 +12,9 @@
<p><input type="text" id="username" name="username" /></p>
<p>password</p>
<p><input type="password" id="password" name="password" /></p>
+ <p><input type="checkbox" id="rememberme" name="rememberme" checked="checked" />
+ <label for="rememberme"> remember me</label></p>
+ <p><input type="checkbox" id="forever" name="forever" /><label for="forever"> .. forever</label></p>
<p><input type="submit" value="Login" /></p>
</form>
#end def