diff options
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/login_form.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/login_form.php b/web/template/login_form.php index b2ed066..4bfc579 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 } ?> |