> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/manage-2fa-for-brand-accounts.md).

# 管理品牌账户的双重验证 (2FA)

[账户管理员](/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/understanding-user-management-as-a-brand.md) 可要求所有 impact.com 品牌账户成员在从新设备登录时使用双重身份验证（2FA）。对 2FA 有疑问？请查看我们的文章： [双重身份验证常见问题](/other/zh/reference-documentation/two-factor-authentication-faqs.md).

当受邀加入账户且你的注册方式涉及使用用户名和密码时，你将自动注册 2FA，且默认身份验证方式将设置为电子邮件。

启用 2FA 后，用户体验如下：

* 首次登录时，账户成员将通过短信、电子邮件或身份验证应用在其移动设备上收到验证码。
* 一旦账户成员成功通过身份验证，其设备将自动保存为受信任设备——这意味着他们在后续登录时无需使用 2FA。只有在其设备发生变化或检测到异常活动时，才会再次要求账户成员使用 2FA。
* 账户成员可以在 impact.com 用户资料界面管理已保存的设备。

#### 为登录启用 2FA

这将为登录到你的品牌账户的所有账户成员启用强制双重身份验证。

1. 从顶部导航栏中选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 在左侧栏中，在 *常规*下，选择 **账户用户身份验证**.
3. 在 *账户用户身份验证* 界面 ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[切换开启] 用户登录**.
4. 选择 **保存**.

   * 在 **账户用户** 界面上查看已启用 2FA 的用户，他们会在 *双重身份验证* 列中以勾选标记显示。

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

#### 为 PFT 启用 2FA

这将为尝试进行 [合作伙伴资金转账](/brand/zh/what-would-you-like-to-learn-about/platform-features/finance/partner-funds-transfer/transfer-funds-to-a-partner.md) 且金额高于转账最低金额的账户用户启用强制 2FA 检查——一旦通过身份验证，PFT 将会执行。

1. 从顶部导航栏中选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 在左侧栏中，在 *常规*下，选择 **账户用户身份验证**.
3. 在 *账户用户身份验证* 屏幕右上角，选择 ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[切换开启] 合作伙伴资金转账**.
4. 在 *转账最低金额*, **输入一个值** 作为要求 2FA 的最低金额。
5. 选择 **保存**.

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

#### 管理已保存的 2FA 设备

1. 从顶部导航栏中选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 编辑资料**.
2. 前往 *安全* 部分。
3. 在 *设备和活动*，其中有该账户已保存设备的列表，以及该设备上次登录的日期和时间。
4. 选择 **移除此设备** 如果你不再通过该设备访问 impact.com。

<div data-with-frame="true"><figure><img src="/files/19a28a28a3f5d2f3b287d699d077da523d9beb7c" 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://help.impact.com/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/manage-2fa-for-brand-accounts.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.
