> 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).

# 管理品牌账户的双重验证

[账户管理员](/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

这将为尝试进行以下操作的账户用户启用强制 2FA 检查： [合作伙伴资金转账](/brand/zh/what-would-you-like-to-learn-about/platform-features/finance/partner-funds-transfer/transfer-funds-to-a-partner.md) 若金额高于转账最低金额——一旦验证通过，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.
