Differences From Artifact [4dc628d5ef]:
- File view/login-username.tpl — part of check-in [5b3a03ad34] at 2020-12-25 03:59:32 on branch trunk — big ol iteration (user: lexi, size: 252) [annotate] [blame] [check-ins using]
To 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]
1 1 <div class="login"> 2 2 <div class="msg">@loginmsg</div> 3 3 <form action="/login" method="post"> 4 4 <label for="user">local handle</label> 5 - <input type="text" name="user" id="user" autofocus required> 5 + <input type="text" name="user" id="user" autocomplete="username" autofocus required> 6 6 <button type="submit">log on</button> 7 7 </form> 8 8 </div>