aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/templates/login.html
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-30 19:27:37 -0400
committerhistoria <[not public]>2026-06-30 19:27:37 -0400
commitfee376102192dc6f24297a7b11324636ace3a07d (patch)
tree6c777cc71208b429eebdbdc5864b353d4af34a09 /internal/admin/templates/login.html
parent98bdef072c843fdd8ccdf85a9b54ab9d32d34187 (diff)
downloadthehouseoficarus-fee376102192dc6f24297a7b11324636ace3a07d.tar.gz
feat: admin gui object CRUD is much nicer
Diffstat (limited to 'internal/admin/templates/login.html')
-rw-r--r--internal/admin/templates/login.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/internal/admin/templates/login.html b/internal/admin/templates/login.html
index ffc59c6..52d1f13 100644
--- a/internal/admin/templates/login.html
+++ b/internal/admin/templates/login.html
@@ -8,7 +8,8 @@
</head>
<body>
<div class="login">
- <h1>THOI Admin Portal</h1>
+ <h1 style="margin-bottom:4px">The House of Icarus</h1>
+ <p style="text-align:center;font-size:13px;color:#aaa;margin-bottom:20px">Admin Portal</p>
{{if .Error}}<p style="color:var(--danger);text-align:center;margin-bottom:12px;font-size:13px">{{.Error}}</p>{{end}}
<form method="post" action="/login">
<div class="form-group">
@@ -23,6 +24,12 @@
<button type="submit" class="btn btn-primary" style="width:100%">Login</button>
</div>
</form>
+ <p style="font-size:11px;color:#888;margin-top:16px;line-height:1.5;text-align:center">
+ Use the same credentials you use in-game. To enable admin access, set
+ <code style="background:var(--input-bg);padding:1px 4px;border-radius:2px">admin: true</code>
+ in your account YAML at
+ <code style="background:var(--input-bg);padding:1px 4px;border-radius:2px">data/players/accounts/&lt;account&gt;.yaml</code>.
+ </p>
</div>
</body>
</html>