Artifact cc4592543ff6381f50cab9ea61fe596d3e1d59d238f091f6425f2d9739aabd34:
- File view/login-challenge.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: 413) [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"> @inputfield <button type="submit" name="authmethod" value="@method">authenticate</button> <a href="/login">cancel</a> </form> </div>