Differences From Artifact [8c165f8ae9]:
- File view/login-username.tpl — part of check-in [d228cd7fcb] at 2020-12-28 23:42:22 on branch trunk — vastly improve the setup process (user: lexi, size: 276) [annotate] [blame] [check-ins using]
To Artifact [c0dae1cbbc]:
- File view/login-username.tpl — part of check-in [0d10a378e9] at 2021-01-11 01:53:23 on branch trunk — add auth docs and rsa auth (user: lexi, size: 262) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 |
<div class="login">
<div class="msg">@loginmsg</div>
<form action="/login" method="post">
<label for="user">local handle</label>
<input type="text" name="user" id="user" autocomplete="username" autofocus required>
<button type="submit">log on</button>
</form>
</div>
|
| |
1 2 3 4 5 6 7 8 |
<div class="login"> <div class="msg">@loginmsg</div> <form action="/login" method="post"> <label for="user">local handle</label> <input type="text" name="user" id="user" autocomplete="username" autofocus required> <button>log on</button> </form> </div> |