Profile Settings
Update your account information

{#if status === 'profile-updated'}
Profile Updated

Your profile information has been successfully updated.

{/if} {#if errorList && errorList.length > 0}
There were some errors with your submission
    {#each errorList as error}
  • {error}
  • {/each}
{/if}

Basic Information

{#if isProtected}
Critical fields are protected for this account.
{/if}

Change Password

Leave blank if you don't want to change it.

Account Summary
Name
{userData.name}
Email
{userData.email}
Role Protection
{isProtected ? 'Protected' : 'Standard'}