{$t('admin.invites') ?? 'Invites'} — {$t('admin.panel') ?? 'Admin'}

Invites

Generate invite links so people can register even when public registration is disabled.

{#if !showForm} {/if}
{#if err}
{err}
{/if} {#if createdUrl}

Invite created

Share this link with the recipient. It will only be shown once.

{createdUrl}
{/if} {#if showForm}
{/if}
{#each data.invites as inv (inv.id)} {@const status = inviteStatus(inv)} {/each} {#if data.invites.length === 0} {/if}
Email Role Status Expires Created Actions
{inv.email ?? '—'} {inv.role} {status} {fmt(inv.expiresAt)} {fmt(inv.createdAt)}
No invites yet.