# Account Settings

Manage your personal account preferences, security settings, and interface customization within WatchDog Security. This section allows you to personalize your experience while maintaining strong account security.

<div style="
  background: rgba(128,128,128,0.08);
  border: 2px solid rgba(128,128,128,0.25);
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
">
  <div style="font-weight:700; margin-bottom:20px;">Who can use this feature?</div>

  <table style="border-collapse:collapse;">
    <tr>
      <td style="vertical-align:top; padding:0 8px 10px 0;">
        <Icon icon="material-filled-person" color="#d760f9"/>
      </td>
      <td style="vertical-align:top; padding:0 0 10px 0;">
        All <span style="color:#d760f9; font-weight:600;">Account Owners</span>, <span style="color:#d760f9; font-weight:600;">Security Admins</span> and <span style="color:#d760f9; font-weight:600;">End Users</span>
      </td>
    </tr>

    <tr>
      <td style="vertical-align:top; padding:0 8px 0 0;">
        <Icon icon="material-filled-flag" color="#d760f9"/>
      </td>
      <td style="vertical-align:top; padding:0;">
        Available on the <span style="color:#d760f9; font-weight:600;">Free</span>, <span style="color:#d760f9; font-weight:600;">Core</span> and <span style="color:#d760f9; font-weight:600;">Business</span> plans
      </td>
    </tr>
  </table>
</div>

## Key Features

<CardGroup cols={2}>
<Card title="Update Profile" href="/update-profile-2053477m0" icon="lucide-user">
  Upload an avatar and update your display name across the platform.
</Card>

<Card title="Customize Theme" href="/customize-theme-2053478m0" icon="lucide-palette">
  Select your preferred theme color and personalize your interface.
</Card>

<Card title="Adjust Appearance" href="/adjust-appearance-2053481m0" icon="lucide-settings">
  Switch between light, dark, or system-based display modes.
</Card>

<Card title="Change Password" href="/change-password-2053482m0" icon="lucide-lock">
  Update your account password with enforced security requirements.
</Card>

<Card title="Manage Two Factor" href="/manage-two-factor-authentication-2053483m0" icon="material-outline-qr_code_scanner">
  Configure or remove 2FA to secure your account access.
</Card>

<Card title="Generate Backup Codes" href="/generate-backup-codes-2053485m0" icon="lucide-shield">
  Create backup codes for account recovery when 2FA is unavailable.
</Card>
</CardGroup>

## Troubleshooting

<AccordionGroup>

<Accordion title="Cannot Update Email Address" defaultOpen>
If you are unable to change your email:

- Email addresses are **managed by your organization**
- This setting cannot be modified from **Account Settings**
- Contact your **Account Owner or Security Admin** for changes
</Accordion>

<Accordion title="Password Does Not Meet Requirements">
If your password update fails:

- Ensure it is at least **12 characters long**
- Include at least one **uppercase letter**
- Include at least one **number**
- Include at least one **symbol**
</Accordion>

<Accordion title="Lost Access After Removing 2FA">
If you are logged out after removing 2FA:

- This is expected behavior for security purposes
- Log back in and complete **2FA setup**
- Use **backup codes** if you cannot access your authenticator app
</Accordion>

<Accordion title="Backup Codes Not Working">
If backup codes fail:

- Ensure you are using a **newly generated code**
- Each code can only be used **once**
- Generate a new set of codes from **Security Settings**
</Accordion>

</AccordionGroup>
