End-users of this app, managed by the users::* SDK. Distinct
from instance operators (Admins tab).
No users yet. Create one above or wait for them to sign up.
{:else}| Display name | Verified | Roles | Last login | ||
|---|---|---|---|---|---|
| {u.email} | {u.display_name ?? '—'} | {#if u.email_verified_at} yes {:else} pending {/if} | {#each u.roles as r} {r} {/each} | {fmtTime(u.last_login_at)} |
Delete {toRemove.email}? This removes their record, sessions, roles, and pending reset / verification tokens. Cannot be undone.
Revoke every active session for {toRevoke.email}? They will be signed out everywhere immediately; the next request requires a fresh login.
Generate a one-shot password-reset token for {toReset.email}? The token is returned exactly once — paste it into a manual reset link.
Copy this token now — it won't be shown again. It expires in {Math.round(resetToken.expires_in_seconds / 60)} minutes.
{resetToken.token}