summaryrefslogtreecommitdiff
path: root/template/fullscreenphotobooth.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/fullscreenphotobooth.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/fullscreenphotobooth.st')
-rwxr-xr-xtemplate/fullscreenphotobooth.st8
1 files changed, 7 insertions, 1 deletions
diff --git a/template/fullscreenphotobooth.st b/template/fullscreenphotobooth.st
index 0232e6b..3975553 100755
--- a/template/fullscreenphotobooth.st
+++ b/template/fullscreenphotobooth.st
@@ -102,7 +102,12 @@
<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>
+ <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>
@@ -118,6 +123,7 @@
<center><i>join the party</i></center>
</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>