diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-28 17:09:45 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-28 17:09:45 +0000 |
| commit | a5edfe0ab3e0c9fa1aa1d0580b58ee5715f557b1 (patch) | |
| tree | ec142076c6a986c1adfa30caf151ba3b7f8fa8ea /template/fullscreen5.st | |
| parent | fc9a4ea22eb91757b95cbe1bf1708be17fc2337a (diff) | |
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-x | template/fullscreen5.st | 30 |
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"> |
