diff options
Diffstat (limited to 'template/mgmtfull.st')
| -rwxr-xr-x | template/mgmtfull.st | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/template/mgmtfull.st b/template/mgmtfull.st index 94d95b8..1efbce2 100755 --- a/template/mgmtfull.st +++ b/template/mgmtfull.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> |
