summaryrefslogtreecommitdiffstats
path: root/web/template/login_form.php
diff options
context:
space:
mode:
authorAndrea Scarpino <bash.lnx@gmail.com>2008-07-08 18:56:42 +0200
committerLoui Chang <louipc.ist@gmail.com>2008-07-08 20:06:16 +0200
commit2feee92a75d4fe7042be52d1eef4e6e466af4967 (patch)
treefc14df6bd5de072ff70d1d7cc6f0cec497f330cd /web/template/login_form.php
parent36ee5561035af335bc3c900ded7aa89066421226 (diff)
downloadaur-2feee92a75d4fe7042be52d1eef4e6e466af4967.tar.gz
aur-2feee92a75d4fe7042be52d1eef4e6e466af4967.tar.xz
Remember user between sessions.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/template/login_form.php')
-rw-r--r--web/template/login_form.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/login_form.php b/web/template/login_form.php
index b2ed066f..4bfc579a 100644
--- a/web/template/login_form.php
+++ b/web/template/login_form.php
@@ -16,6 +16,7 @@
} ?>" />
<label><?php print __("Password:"); ?></label>
<input type="password" name="passwd" size="30" maxlength="<?php print PASSWD_MAX_LEN; ?>" />
+ <input type="checkbox" name="remember_me" /><?php print __("Remember me"); ?>
<input type="submit" class="button" value="<?php print __("Login"); ?>" />
</form>
<?php } ?>