> 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/other/zh/reference-documentation/log-in-to-your-impactcom-account.md).

# 登录您的 impact.com 账户

了解如何在不同场景下登录您的 impact.com 账户，以及如何使用双因素认证安全登录。

## 登录场景

您登录 impact.com 账户的方式取决于您最初的注册方式。有关更多信息，请参阅我们的 [登录 impact.com 常见问题](/other/zh/reference-documentation/log-in-to-impactcom-faq.md).

<details>

<summary>您通过电子邮件注册</summary>

如果您使用单个电子邮件地址注册，而不是通过 SSO，那么您可以使用电子邮件地址和密码登录。

</details>

<details>

<summary>您通过 SSO 注册</summary>

如果您使用所提供的某个 SSO 选项注册，请在登录时选择它并按照提示操作。

* 或者，您可以输入您的电子邮件地址，这样系统会提示您通过注册时使用的 SSO 选项登录。

</details>

<details>

<summary>您使用同一电子邮件地址注册了多个账户</summary>

如果您使用同一个电子邮件地址注册了多个账户，下一个页面会要求您输入用户名和密码（此页面上没有电子邮件字段）。如果您输入了错误的电子邮件，请选择 **切换账户** 返回并输入其他账户。

<div data-with-frame="true"><figure><img src="/files/779201617a23cef27297c1abf643944ee14f4826" alt="" width="331"><figcaption></figcaption></figure></div>

</details>

## 使用双因素认证登录

您可以通过使用双因素认证（2FA）安全地登录您的 impact.com 账户。您首先需要在安全设置中启用 2FA。

根据您为账户启用的 2FA 方法，系统会提示您通过 3 种方法中的 1 种来验证身份。如果您启用了多种验证方法，您可以通过选择 **使用其他选项验证**.

{% tabs %}
{% tab title="使用身份验证器应用验证" %}
使用此方法登录时，您会看到以下内容：

1. 打开您用于 [设置 2FA 时使用的身份验证器应用](/other/zh/reference-documentation/enable-user-level-two-factor-authentication.md) 用于您的账户。
   * 该应用将为您生成基于时间的一次性密码（TOTP）。
2. 输入 TOTP 作为您的验证码。
3. 可选地，选择 ![](/files/0f9caa7385ddabdd848c886b0cf7ee05faa7fe7b) **\[未勾选的复选框]** **记住此设备** 以记住此设备，并在接下来的 30 天内免去身份验证。如果您从其他国家/地区登录，我们会要求您再次验证。

{% hint style="success" %}
**注意：** 您的身份验证器应用大约每 30 秒会显示一个新的 6 位数代码。请输入当前显示的代码。
{% endhint %}
{% endtab %}

{% tab title="尾号为 \[last digits] 的手机" %}
使用此方法登录时，您会看到以下内容：

1. 检查您使用的手机号码 [设置 2FA 时使用的身份验证器应用](/other/zh/reference-documentation/enable-user-level-two-factor-authentication.md) 用于您的账户。
   * 您将通过短信收到一个包含唯一验证码的文本消息。
2. 输入验证码。
3. 可选地，选择 ![](/files/0f9caa7385ddabdd848c886b0cf7ee05faa7fe7b) **\[未勾选的复选框]** **记住此设备** 以记住此设备，并在您使用的设备未来登录时免去身份验证。
4. 选择 **验证**.

{% hint style="success" %}
**注意：** 每个验证码的有效期为 10 分钟，在此期间收到的任何代码都可使用。如果您的代码没有立即到达，请等待 30 秒计时结束后再重试。
{% endhint %}
{% endtab %}

{% tab title="您的电子邮件地址" %}
使用此方法登录时，您会看到以下内容：

1. 检查您使用的电子邮件地址 [设置 2FA 时使用的身份验证器应用](/other/zh/reference-documentation/enable-user-level-two-factor-authentication.md) 用于您的账户。
   * 您将收到一封包含唯一验证码的电子邮件。
2. **输入** 验证码。
3. 可选地，选择 ![](/files/0f9caa7385ddabdd848c886b0cf7ee05faa7fe7b) **\[未勾选的复选框]** **记住此设备** 以记住此设备，并在您当前使用的设备未来登录时免去身份验证。
4. 选择 **验证**.

{% hint style="success" %}
**注意：** 每个验证码的有效期为 10 分钟，在此期间收到的任何代码都可使用。如果您的代码没有立即到达，请等待 30 秒计时结束后再重试。
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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/other/zh/reference-documentation/log-in-to-your-impactcom-account.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.
