> 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/agency/zh/what-would-you-like-to-learn-about/account-settings/manage-2fa-for-agency-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) 以了解 impact.com 上的 2FA 详情。

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

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

#### 为所有用户开启 2FA 登录

这将为所有登录您账户的账户用户启用强制性双重身份验证。

1. 在左侧导航菜单中，选择 ![](/files/e8ee154c84afc18c51180e1c6d71f1967e21b65e) **\[菜单] → 设置**.
2. 在 *常规*，选择 **账户用户身份验证**.
3. 在 *账户用户身份验证* 页面中，选择 Select ![](/files/bc6ce907d0ba15f7aa4c5b9eae3b449930ec991e) **\[切换打开] 用户登录**.
4. 选择 **保存**.

#### 为 PFT 开启 2FA

这将为尝试进行高于转账最低金额的合作伙伴资金转账的账户用户启用强制性 2FA 检查——一旦通过验证，PFT 将会继续处理。

1. 在左侧导航菜单中，选择 ![](/files/e8ee154c84afc18c51180e1c6d71f1967e21b65e) **\[菜单] → 设置**.
2. 在左侧栏下方，位于 *常规*，选择 **账户用户身份验证**.
3. 在 *账户用户身份验证* 页面中，选择 ![](/files/bc6ce907d0ba15f7aa4c5b9eae3b449930ec991e) **\[切换打开] 合作伙伴资金转账**.
4. 在 *转账最低金额*，输入一个值作为触发 2FA 的最低金额。
5. 选择 **保存**.

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

1. 在左侧导航菜单中，选择 ![](/files/02dfc2546a129e3b694cb03c9a0a6fda5a7a8401) **\[用户资料] → 编辑资料**.
2. 在……下 *安全* 部分——在……旁边 *设备与活动* 是该账户已保存设备的列表。
3. 选择 **移除此设备** 如果您不再在该设备上访问 impact.com。


---

# 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/agency/zh/what-would-you-like-to-learn-about/account-settings/manage-2fa-for-agency-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.
