summaryrefslogtreecommitdiff
path: root/template/form_login.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/form_login.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/form_login.st')
-rwxr-xr-xtemplate/form_login.st12
1 files changed, 12 insertions, 0 deletions
diff --git a/template/form_login.st b/template/form_login.st
index c97dc28..95b6333 100755
--- a/template/form_login.st
+++ b/template/form_login.st
@@ -4,6 +4,13 @@
<form onsubmit="return false">
<br>
<input id="nickInput" name="nickInput" title="username" tabindex="4" type="text">
+ <p>
+ <!-- Password login disabled.
+ Uncomment to restore legacy password field.
+ <input id="passwordInputLabel" name="passwordInputLabel" tabindex="5" type="text" class="invisible">
+ <input id="passwordInput" name="passwordInput" title="password" tabindex="5" type="password">
+ -->
+ </p>
<p class="remember"><br>
<input id="signin-submit" value="Sign in" tabindex="6">
<br><br>
@@ -12,6 +19,11 @@
Remember Me
</label>
<br> </p> </form>
+ <!--
+ <span id="pwreset">
+ <a href="/reset">Password Reset</a>
+ </span>
+ -->
</fieldset>
</div>
<script src="/static/js/home.js?v=20260126" type="text/javascript"></script>