eidolon/templates/login.hamlet

15 lines
464 B
Plaintext
Raw Permalink Normal View History

2014-08-24 19:42:42 +00:00
$newline always
2016-09-02 13:55:50 +00:00
<div .medium>
2016-12-03 21:14:34 +00:00
<h3>Login
<div .noscript>
<div .redbox>
You are logging in without JavaScript!
$if addWarn
Your password will be sent completely unencrypted! There is no TLS to
wrap your connection in!
$else
Your password will be sent unencrypted within a TLS connection. Check
your connection for leaks before proceeding.
<form method="post" action=@{LoginRawR}>
^{loginRawWidget}