> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/exoclick-docs/zh/enabling-two-factor-authentication.md).

# 在 ExoClick 账户上启用双重身份验证

**双重身份验证（2FA）** 是一种非常有效的方式，用于保护您的账户和数字资产。它就像一层额外的安全保护，更好地保护用户的凭据以及用户可以访问的资源。如果您启用 2FA，当您登录 ExoClick 账户时，系统会要求您提供两样东西：一个 **密码** （您知道的东西）以及一个 **第二因素**，例如通过短信发送到您手机的一次性验证码（您拥有的东西）。

要在您的 ExoClick 账户中启用 2FA，请点击您的 **用户名** 在管理面板右上角，然后再次点击以访问您的 **账户详情**

![账户详情](/files/1c1df7b23ebc3fa7b483a19e0b8055f04e568cae)

在页面底部，在 **安全** 部分下，您会找到 **双重身份验证** 部分：

![2FA 设置](/files/0c217eab7aa9d390588b15916942310cbaae0827)

您可以选择 2FA 的两种不同方式：通过 **身份验证应用** 或通过 **短信验证**.

## 通过身份验证应用

点击 **启用** 并 **使用您的身份验证应用扫描二维码**。如果二维码不起作用，您可以手动添加身份验证代码。将 ExoClick 添加到您的身份验证应用后，请输入 **6 位验证码** ，该验证码由身份验证应用提供，然后点击 **下一步**.

{% hint style="info" %}
**注意**：您还可以通过勾选复选框将其设为您的主要身份验证方式。
{% endhint %}

![二维码](/files/251b34870720cf81c415a6f57586b8e06ddc6b9c)

您的账户将启用 2FA。从现在起，您登录 ExoClick 时，除了密码之外，还需要身份验证应用。

{% hint style="info" %}
**注意**：您可以 **如果多个用户需要连接，可以使用身份验证应用**。身份验证应用的一个示例是 [Google Authenticator](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\&hl=en)
{% endhint %}

## 通过短信

点击 **启用** 并 **添加您的电话号码**。请确保添加您所在国家/地区的正确电话区号：

![电话号码](/files/123ed847f2cf0ff3c59bb03af274ee91af760d32)

点击 **下一步**后，系统会要求您通过添加一个 **6 位验证码** 发送到您手机上的：

![短信](/files/4c482c0a9e7733f16a12129661ae2dcdcd72a200)

您的账户将启用 2FA。从现在起，您不仅需要提供密码，还需要提供发送到您手机上的 6 位令牌，才能登录 ExoClick。

{% hint style="info" %}
**注意**：您可以在账户中同时启用两种 2FA 方式。不过， **其中只有一种** 会在每次登录尝试时被要求使用。您可以使用 **设为主要身份验证方式** 复选框，或点击 **设为默认值** 链接。
{% endhint %}

![身份验证 1](/files/1e55012c4816c94002ca5bb42305cb8f322a35a9)


---

# 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.exoclick.com/exoclick-docs/zh/enabling-two-factor-authentication.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.
