> For the complete documentation index, see [llms.txt](https://lti.gitbook.io/user_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lti.gitbook.io/user_guide/zh-cn/yong-hu-zhi-nan/guan-li-zhu-zhang-hu-he-tou-zi-zhang-hu/zhong-zhi-zhang-hu-mi-ma.md).

# 重置账户密码

您可以通过 Web UI 重置 MT4/5 账户的密码。

cTrader 账户的密码无法在此处重置，因为所有 cTrader 账户均关联至同一个 cTrader ID，并共用该 ID 的密码。

重置账户密码：

{% stepper %}
{% step %}
在主菜单中展开相应的服务项目，例如 **LTI Copy Trading**、**MAM** 或 **PAMM**。如果该服务支持多个交易平台，请在所需平台下点击**我的账户（My Accounts）**。
{% endstep %}

{% step %}
在账户列表中点击需要重置密码的账户。
{% endstep %}

{% step %}
在账户详情中，前往 设置（Settings）页面。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-1b288b61cc12ab231d43336e904dc9070a56649b%2Ffront-settings-reset-password.png?alt=media" alt="Reset password"><figcaption><p>Reset password</p></figcaption></figure>
{% endstep %}

{% step %}
选择以下任一密码重置方式：

* **随机生成（Random，推荐）-** —由系统生成一个新的安全密码。
* **手动设置（Manual）-** —由您自行输入新密码。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-40febfe1fb3a4c109c029cdf65d21ccb156fd8ac%2Ffront-settings-reset-password-options.png?alt=media" alt="Select the password change option"><figcaption><p>Select the password change option</p></figcaption></figure>
{% endstep %}

{% step %}
点击**继续（Proceed）**。
{% endstep %}

{% step %}
如果您选择了**随机生成（Random）**，请查看您的电子邮箱。系统生成的新密码将发送至您用于登录 Web UI 的电子邮箱地址。
{% endstep %}

{% step %}
如果您选择了**手动设置（Manual）**，请在弹窗中输入发送至您的电子邮箱的确认码，然后点击**继续（Proceed）**。
{% endstep %}

{% step %}
在**新密码（New password）弹窗中输入新密码，然后再次输入以确认新密码。完成后，点击继续（Proceed）**。
{% endstep %}
{% endstepper %}

您已成功更改所选交易账户的密码。


---

# 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://lti.gitbook.io/user_guide/zh-cn/yong-hu-zhi-nan/guan-li-zhu-zhang-hu-he-tou-zi-zhang-hu/zhong-zhi-zhang-hu-mi-ma.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.
