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
Full Name
Email Address
{#if isProtected}
Critical fields are protected for this account.
{/if}
Change Password
Leave blank if you don't want to change it.
Current Password
New Password
Confirm New Password
Save Changes
Account Summary
Name
{userData.name}
Email
{userData.email}
Role Protection
{isProtected ? 'Protected' : 'Standard'}