Artifact 84fccbb367b89fc3ad58f70d7e6d1e604d5e7be6b27c557fab151fd785ecd5ff:
- File view/login-challenge.tpl — part of check-in [d228cd7fcb] at 2020-12-28 23:42:22 on branch trunk — vastly improve the setup process (user: lexi, size: 495) [annotate] [blame] [check-ins using]
<div class="login"> <div class="user"> <img src="/avi/@handle"> <div class="name">@!name</div> </div> <div class="msg">@challenge</div> <form action="/login" method="post"> <label for="response">@label</label> <input type="hidden" name="user" value="@:handle"> <input type="password" autocomplete="@auto" name="response" id="response" autofocus required> <button type="submit" name="authmethod" value="@method">authenticate</button> <a href="/login">cancel</a> </form> </div>