From 8baa8eb590d7d96eb5f7d586dc024e5180d71039 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Mon, 7 Sep 2026 16:02:08 +0000 Subject: [PATCH] Admin UI: terser origins help text; related/auth-host notes shown only when such entries exist --- frontend/src/admin/AdminDialogs.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/admin/AdminDialogs.vue b/frontend/src/admin/AdminDialogs.vue index 18c7f58..8b456f3 100644 --- a/frontend/src/admin/AdminDialogs.vue +++ b/frontend/src/admin/AdminDialogs.vue @@ -516,8 +516,7 @@ function onRemoveOrigin(i) {

Some sites are reachable but do not serve this domain.

- Only the listed sites may sign in with this domain's passkeys — **.{{ dialog.data.rp_id }} allows the whole domain (apex and any subdomain), *.{{ dialog.data.rp_id }} only a single subdomain level, both over https (any scheme and port under localhost); use a full origin like http://localhost:8080 for other exceptions. - Entries on other domain names become related origins (WebAuthn ROR), marked 🔗. The 🔑 site hosts the account and admin interface (set via ⋮). An empty list allows nothing of this domain (related origins still work). + Only the listed sites may sign in with {{ dialog.data.rp_id }} passkeys. Wildcards may be used: **.{{ dialog.data.rp_id }} allows the whole domain, *.{{ dialog.data.rp_id }} only a single subdomain level.

Saving would lock you out: {{ lockoutWarning }} could no longer run sign-in ceremonies for this domain. Keep it listed, or mark an auth host.