> For the complete documentation index, see [llms.txt](https://docs.2checkout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.2checkout.com/get-started/test-getting-started/securing-your-account.md).

# Securing Your Account

## Password and login

You can change your login details, including password and email from your 2Checkout Merchant Control Panel.&#x20;

2Checkout assigns your email address to a single account. To use the same email address for multiple accounts, contact 2Checkout.&#x20;

### Login settings <a href="#login-settings" id="login-settings"></a>

To set or edit your login details, follow these steps:

1. Log in to your [Merchant Control Panel](https://secure.2checkout.com/cpanel).
2. Navigate to the **Settings** cogwheel in the top right corner.
3. Click on **My details**.<br>

   <div data-with-frame="true"><figure><img src="/files/1xTD2HBKLZ8L72ZOY0TQ" alt=""><figcaption></figcaption></figure></div>
4. On the [login information](https://secure.2checkout.com/cpanel/login_information.php) page, you can edit your login details:&#x20;
   * First name&#x20;
   * Last name&#x20;
   * Username
   * Email.
5. After editing your login details, click on the **Update** button to save them.<br>

   <div data-with-frame="true"><figure><img src="/files/hVV12eVTE3KyXKWd7f9d" alt=""><figcaption></figcaption></figure></div>

### Password Settings <a href="#password-settings" id="password-settings"></a>

{% hint style="info" icon="lock-keyhole" %}

#### Password requirements

2Checkout requires you to set a strong password:

* Must have at least 8 characters.
* Must have at least 3 out of the following 4 sets of characters: small letters, capital letters, numbers, and special characters.
* Must be different from the last 4 passwords.
* The password will never expire.
  {% endhint %}

#### Set up your password <a href="#set-up-your-password" id="set-up-your-password"></a>

To set a password for your 2Checkout account, follow the steps below.

1. Log in to your [Merchant Control Panel](https://secure.2checkout.com/cpanel).
2. Navigate to the **Settings** cogwheel in the top right corner and click on **My details**.
3. On the [login information](https://secure.2checkout.com/cpanel/login_information.php) page, you can set up the password for your account.
4. Input your old password, the input the new password. You can click on the **Generate** button to make sure you use a strong password.
5. Confirm the new password.
6. Select the password lifetime. For security reasons, we recommend setting up a password expiration date. Master account users can set passwords to **never expire**. Contact the master user of your account to perform this change on your user account.
7. Click on the **Save** button to update the password.<br>

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>In case you forgot your account password, use the password recovery functionality and a link for generating a new password will be sent to the e-mail address you use to log in to the Merchant Control Panel.</p></div>

<div data-with-frame="true"><figure><img src="/files/pEBQTHyXJagPj05HNdi9" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.2checkout.com/get-started/test-getting-started/securing-your-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
