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

> ## Agent Instructions
> OwnPay is licensed under AGPL-3.0 and is completely free - no licensing fees.
> Production docs URL: https://ownpay.org/docs - append .md to any page URL for clean markdown.
> OwnPay requires PHP 8.3+, MySQL/MariaDB, and Redis.
> MCP server available at https://ownpay.org/docs/mcp for programmatic documentation queries.
> Use root-relative links (e.g. /quickstart) for internal navigation - do NOT include /docs prefix.
> Plugin development: consult /developer/plugins/ pages for correct interfaces and manifests.
> Canonical locations: API auth = /api/authentication, webhook verification = /api/webhooks, rate limits = /resources/rate-limiting, transaction statuses = /fundamentals/payment-flow.
> The documentation uses the Diataxis framework: Tutorials (learning), How-to (tasks), Reference (lookup), Explanation (understanding).

# My Account

> Manage your personal admin profile - change your name, email, password, preferred language, 2FA settings, and active sessions.

The My Account page lets you manage your personal admin profile and security settings. Click your **avatar** in the top-right corner of the dashboard and select **My Account**.

## Profile information

| Field               | Description                                               |
| ------------------- | --------------------------------------------------------- |
| **Name**            | Your display name in the admin panel and audit log        |
| **Email**           | Your login email and the address used for password resets |
| **Profile Picture** | An optional avatar displayed in the top-right corner      |

Changes to your name or email are logged in the [audit log](/docs/reports/audit-log).

## Change password

You can change your password at any time without using the reset flow:

1. Scroll to the **Security** section
2. Enter your **current password**
3. Enter and confirm your **new password**
4. Click **Update Password**

The new password must meet the [password requirements](/docs/security/password-reset#password-requirements).

## Preferred language

Set your personal admin panel language from the **Language** dropdown. This overrides the system default for your account only. See [Languages](/docs/system/languages) for the full language management guide.

## Two-factor authentication

The Security section shows your current 2FA status:

* **Not enabled** - A button to start setup (see [Two-Factor Authentication](/docs/security/two-factor))
* **Enabled** - Displays when 2FA was activated and offers a button to manage backup codes

## Active sessions

View all devices currently logged into your account. Each session shows:

* **Device / Browser** - User agent information
* **IP Address** - The source IP
* **Last Active** - Timestamp of the most recent request

Click **Terminate** on any session to log out that device immediately. This is useful if you left yourself logged in on a shared or public computer.

<Warning>
  Terminating your current session logs you out immediately. Make sure you have saved any work before terminating.
</Warning>

## Related Pages

* [Two-Factor Authentication](/docs/security/two-factor) - Set up and manage 2FA
* [Password Reset](/docs/security/password-reset) - Recovery flow if you are locked out
* [Languages](/docs/system/languages) - Manage system-wide language packs


## Related topics

- [Languages](/docs/system/languages.md)
- [Login](/docs/security/login.md)
- [Two-Factor Authentication](/docs/security/two-factor.md)
- [Quickstart - Accept Your First Payment in 5 Minutes](/docs/quickstart.md)
- [Internationalization - Multi-Language Checkout and Locale](/docs/developer/translations.md)
