Passwords stored salt and some change is password logic

This commit is contained in:
2026-08-26 14:51:40 +02:00
parent b3383e29a7
commit dd44b380ce
12 changed files with 374 additions and 18 deletions
+4
View File
@@ -45,6 +45,10 @@
Password
<input id="password" name="password" type="password" autocomplete="current-password" required />
</label>
<label>
One-time password (when configured)
<input id="otp" name="otp" type="text" inputmode="numeric" autocomplete="one-time-code" placeholder="123456" />
</label>
<button type="submit">Sign in</button>
<p id="login-status" class="status" role="status"></p>
<p><small>A mistyped password sends a reset link to your verified email address.</small></p>