Artifact c0dae1cbbc2eac44a82e75075bcd00bc4fe0538f46c59a9623d987324a4f2329:
- 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]
<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>