Differences From Artifact [cc4592543f]:
- 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]
To Artifact [be2d94bab1]:
- File view/login-challenge.tpl — part of check-in [1ba4bbc92f] at 2021-01-11 23:33:55 on branch trunk — various cleanups, notices no longer originated from self (user: lexi, size: 428) [annotate] [blame] [check-ins using]
5 6 7 8 9 10 11 12 13 14 |
</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> |
| |
5 6 7 8 9 10 11 12 13 14 |
</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 class="button" href="/login">cancel</a>
</form>
</div>
|