aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/templates/login.html
diff options
context:
space:
mode:
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>