EURETHRA!

This commit is contained in:
Vasco
2026-04-25 19:11:44 +01:00
parent eb5a014949
commit ebc05382b3
2 changed files with 4 additions and 3 deletions

View File

@@ -12,12 +12,12 @@
<form action="/dologin" method="POST">
<label for="username">Username</label>
<input type="text" id="username" name="username" placeholder="username">
<input type="text" id="username" name="httpd_username" placeholder="username">
<br>
<label for="password">UNIX Password (password + 6 digit TOTP)</label>
<input type="password" id="password" placeholder="password + TOTP" required>
<input type="password" id="password" name="httpd_password" placeholder="password + TOTP" required>
<button type="submit">Login</button>
</form>