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 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 5 <input type="text" name="user" id="user" autocomplete="username" autofocus required> 6 - <button type="submit">log on</button> 6 + <button>log on</button> 7 7 </form> 8 8 </div>