mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remember user between sessions.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
36ee556103
commit
2feee92a75
4 changed files with 11 additions and 1 deletions
|
@ -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 } ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue