summaryrefslogtreecommitdiff
path: root/template/fullscreen.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/fullscreen.st')
-rwxr-xr-xtemplate/fullscreen.st5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/fullscreen.st b/template/fullscreen.st
index 9e61957..0370176 100755
--- a/template/fullscreen.st
+++ b/template/fullscreen.st
@@ -172,11 +172,16 @@
type a username below to join (new usernames create an account instantly; no password required).
<form onsubmit="login(); return false;" class="log-in">
<p>username <input id="nickInput" tabindex="1"></p>
+ <!-- Password login disabled.
+ Uncomment to restore legacy password field.
+ <p>password <input id="passwordInput" type="password" tabindex="2"></p>
+ -->
<p>
remember me? <input id="remembermeInput" type="checkbox" checked="true" tabindex="2"> <input type="submit" value="LOGIN" tabindex="3"></p>
<img id="spinner" src="/static/img/spinner.gif">
</form>
<div id="errormsg"></div>
+ <!-- <div id="forgetpw"><a href="$domain$/reset">forgot password?</a></div> -->
</div>
</div>
<div id="registerbox" class="box">