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.