Improve user management actions

This commit is contained in:
DonVoo 2026-07-13 00:49:59 +02:00
parent 353dafc30d
commit 6e7aa87de6
3 changed files with 88 additions and 19 deletions

View file

@ -169,7 +169,7 @@ func renderLoginPage(w http.ResponseWriter, errMsg string) {
fmt.Fprintf(w, `<!doctype html><html lang="de"><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Login - Mail-Graveyard</title>
<link rel="stylesheet" href="/static/style.css?v=20260712-15"></head>
<link rel="stylesheet" href="/static/style.css?v=20260712-16"></head>
<body class="ol2013 login-body">
<main class="login-card">
<div class="login-brand"><span class="mail-logo" aria-hidden="true"></span><strong>Mail-Graveyard</strong></div>