Diff -- /var/www/vhosts/3dshawn.com/ptmatrix.3dshawn.com/TEMPLATES/tf_reset_password.html
Diff

/var/www/vhosts/3dshawn.com/ptmatrix.3dshawn.com/TEMPLATES/tf_reset_password.html

added on local at 2026-07-01 12:35:06

Added
+19
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
to 0796ebd8dfa4
Restore this content →
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.
1<div class="auth-shell">
2 <div class="auth-side">
3 <div class="auth-headline"><h1>New password.</h1><p>Pick something memorable. At least 8 characters.</p></div>
4 <div></div>
5 </div>
6 <div class="auth-form-wrap">
7 <div class="auth-form-inner">
8 <h2>Set new password</h2>
9 [if:$has_error]<div class="error-msg">$error_msg</div>[/if]
10 [if:!$has_error]
11 <form method="POST">
12 <input type="hidden" name="token" value="$token">
13 <div class="field"><label>New password</label><input class="input" type="password" name="password" required minlength="8" autofocus></div>
14 <button type="submit" class="btn btn-primary btn-lg" style="width:100%">Update password &rarr;</button>
15 </form>
16 [/if]
17 </div>
18 </div>
19</div>
Keyboard: j next diff k previous diff g top G bottom r restore c compile-check ? help