{#if isMFAModalOpen} (isMFAModalOpen = false)} bind:is_enabled={data.props.authenticators} /> {/if}

{$t('settings.settings_page')}

{$t('settings.account_settings')}

{$t('settings.password_change')}

{#if user.has_password}
{/if}

{$t('settings.email_change')}

{#each emails as email}
{email.email} {#if email.verified}
{$t('settings.verified')}
{:else}
{$t('settings.not_verified')}
{/if} {#if email.primary}
{$t('settings.primary')}
{/if} {#if !email.verified} {/if} {#if !email.primary} {/if}
{/each} {#if emails.length === 0}

{$t('settings.no_email_set')}

{/if}

{$t('settings.mfa_page_title')}

{#if !data.props.authenticators}

{$t('settings.mfa_not_enabled')}

{:else} {/if}
{#if user.is_staff}

Administration Settings

{/if}

Social and ODIC Authentication

Enable or disable social and OIDC authentication providers for your account. These connections allow you to sign in with self hosted authentication identity providers like Authentik or 3rd party providers like GitHub.

Launch Account Connections

{$t('immich.immich_integration')} Immich

{$t('immich.immich_desc')} {$t('immich.documentation')}

{#if immichIntegration}
{$t('immich.integration_enabled')}
{/if} {#if !immichIntegration || newImmichIntegration.id}
{#if newImmichIntegration.server_url && !newImmichIntegration.server_url.endsWith('api')}

{$t('immich.api_note')}

{/if} {#if newImmichIntegration.server_url && (newImmichIntegration.server_url.indexOf('localhost') !== -1 || newImmichIntegration.server_url.indexOf('127.0.0.1') !== -1)}

{$t('immich.localhost_note')}

{/if}
{/if}

{$t('adventures.visited_region_check')}

{$t('adventures.visited_region_check_desc')}

For Debug Use: UUID={user.uuid} | Staff user: {user.is_staff} | {appTitle} {appVersion}
User Settings | AdventureLog