Remember user between sessions.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Andrea Scarpino 2008-07-08 18:56:42 +02:00 committed by Loui Chang
parent 36ee556103
commit 2feee92a75
4 changed files with 11 additions and 1 deletions

View file

@ -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 } ?>