> ## Documentation Index
> Fetch the complete documentation index at: https://docs.strikepoint.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Account and security

> Manage your profile, email, password, two-factor authentication, and account-level security posture.

export function PermissionRequired({label = "Permission required", children}) {
  return <Callout type="warning">
      <strong>{label}:</strong> {children}
    </Callout>;
}

# Account and security

Use **Account** when you need to manage your own identity and login security.

## What you can do on the account page

The account page combines four sections:

* **Profile**
* **Change Password**
* **Two-Factor Authentication**
* **Close Account**

## Profile

Use the profile section to:

* review your username and full name
* update your email address
* upload or replace your avatar

## Change password

Use the password section to submit:

* your current password
* your new password
* password confirmation

Complete this step before rotating credentials elsewhere if you suspect compromise or need to satisfy internal password policy.

## Two-factor authentication

The two-factor section supports:

* starting enrollment
* adding the secret to your authenticator app
* verifying the 6-digit code
* storing recovery codes
* regenerating recovery codes later
* disabling 2FA with your current password

<PermissionRequired label="Organization policy note">
  If your organization requires MFA for your role, Strikepoint can direct you to this page with a warning banner until setup is complete.
</PermissionRequired>

## Close account

The close-account panel is destructive. Treat it as a one-way action and coordinate internally before using it.

## Related routes covered by this guide

* `/dashboard/account`

## Related guides

* [Settings, alerts, and support](/dashboard/settings-alerts-support)
