summaryrefslogtreecommitdiff
path: root/template/fullscreen5.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-28 17:09:45 +0000
committeryo momma <shutup@oops.wtf>2026-01-28 17:09:45 +0000
commita5edfe0ab3e0c9fa1aa1d0580b58ee5715f557b1 (patch)
treeec142076c6a986c1adfa30caf151ba3b7f8fa8ea /template/fullscreen5.st
parentfc9a4ea22eb91757b95cbe1bf1708be17fc2337a (diff)
Comment out password fields in login templatesHEADmaster
Keep legacy password markup as HTML comments so it can be re-enabled easily without rewriting templates.
Diffstat (limited to 'template/fullscreen5.st')
-rwxr-xr-xtemplate/fullscreen5.st30
1 files changed, 18 insertions, 12 deletions
diff --git a/template/fullscreen5.st b/template/fullscreen5.st
index c1b0ed4..1f47a5a 100755
--- a/template/fullscreen5.st
+++ b/template/fullscreen5.st
@@ -100,13 +100,18 @@
<div id="infocol">
<center>
<div id="formcontainer">
- <form onsubmit="login(); return false;">
- <div align="left">username</div>
- <div><input id="nickInput"></div>
- <div align="left" style="font-size: 80%; color: #666">no password required</div>
- <div align="right" style="font-size: 80%">remember me? <input id="remembermeInput" type="checkbox" checked="true"></div>
- <br>
- <div>
+ <form onsubmit="login(); return false;">
+ <div align="left">username</div>
+ <div><input id="nickInput"></div>
+ <br>
+ <!-- Password login disabled.
+ Uncomment to restore legacy password field.
+ <div align="left">password</div>
+ <div><input id="passwordInput" type="password"></div>
+ -->
+ <div align="right" style="font-size: 80%">remember me? <input id="remembermeInput" type="checkbox" checked="true"></div>
+ <br>
+ <div>
<center><input type="submit" value="LOGIN"></center>
<img id="spinner" src="/static/img/spinner.gif">
</div>
@@ -117,11 +122,12 @@
<div id="piccol">
<center><img id="loginimg" src="/static/img/danceman.gif"></center>
<center><i>join the party</i></center>
- </div>
- <div id="errormsg"></div>
- <div id="loginclose"><a href="#" onclick="jQuery('#loginbox').hide(); return false;">X</a></div>
- </div>
- </div>
+ </div>
+ <div id="errormsg"></div>
+ <!-- <div id="forgetpw"><a href="$domain$/reset">forgot password?</a></div> -->
+ <div id="loginclose"><a href="#" onclick="jQuery('#loginbox').hide(); return false;">X</a></div>
+ </div>
+ </div>
<div id="memelogo">