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/fullscreen.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/fullscreen.st')
| -rwxr-xr-x | template/fullscreen.st | 5 |
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"> |
