diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-27 03:33:16 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-27 03:33:16 +0000 |
| commit | fc9a4ea22eb91757b95cbe1bf1708be17fc2337a (patch) | |
| tree | 76a0122149e3288ee21d7fb6d0410b1b7b8970a4 /template/form_login.st | |
| parent | 25b74138d68ade87689e714f10e1f3116da5bbee (diff) | |
- Replace hardcoded dump.fm URLs with host/scheme config\n- Add optional passwordless login flow\n- Update templates/static assets to avoid blocked HTTP resources\n- Ignore local uploads/SQL dumps
Diffstat (limited to 'template/form_login.st')
| -rwxr-xr-x | template/form_login.st | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/template/form_login.st b/template/form_login.st index 307747e..c97dc28 100755 --- a/template/form_login.st +++ b/template/form_login.st @@ -4,10 +4,6 @@ <form onsubmit="return false"> <br> <input id="nickInput" name="nickInput" title="username" tabindex="4" type="text"> - <p> - <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> @@ -16,12 +12,9 @@ Remember Me </label> <br> </p> </form> - <span id="pwreset"> - <a href="http://hump.fm/reset">Password Reset</a> - </span> </fieldset> </div> -<script src="/static/js/home.js" type="text/javascript"></script> +<script src="/static/js/home.js?v=20260126" type="text/javascript"></script> <script type="text/javascript"> jQuery(document).ready(initExpandableLoginForm) </script> |
