Users · LaDOSE

Users

Accounts that can sign in. Admins may also manage this list.

{#if error} {/if} {#if notice}

{notice}

{/if}

Accounts ({users.length})

{#each users as user (user.id)} {:else} {/each}
Username Name Roles
{user.username} {#if user.id === session.user?.id} (you) {/if} {fullName(user) || '—'} {#if user.roles?.length} {#each user.roles as role (role)} {role} {/each} {:else} none {/if} {#if user.id === session.user?.id} can't delete yourself {:else} {/if}
{loading ? 'Loading…' : 'No account.'}

Add a user

{ event.preventDefault(); void create(); }} >
Roles {#if roles.length}
{#each roles as role (role)} {/each}

No role still signs in and uses everything else — only this page needs Admin.

{:else}

No role exists in the database yet. Run Sql/2026-08-05_roles.sql to seed Admin and User.

{/if}