> 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，请点击您的 **用户名** ，然后在管理面板右上角再次点击以访问您的 **账户详情**

![account\_details](/files/1c1df7b23ebc3fa7b483a19e0b8055f04e568cae)

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

![2FA\_settings](/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)

{% hint style="info" %}
**注意**：以下国家/地区不提供 2FA SMA 方式：苏丹、赞比亚、塞内加尔、坦桑尼亚、毛里塔尼亚、玻利维亚。
{% endhint %}

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

{% 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.
