> For the complete documentation index, see [llms.txt](https://aican.gitbook.io/aican/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aican.gitbook.io/aican/aican-system/account/profile/security.md).

# 安全设置

## 简介

安全设置用于管理账号登录方式与安全验证机制。

建议您在首次登录后立即完成相关设置，以降低账号遭到未授权登录的风险。

***

## 页面内容

<figure><img src="https://1803103725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZhW9aC5slsir7NDlNkR3%2Fuploads%2FWldbcKTlIhijfeQ8FVQs%2Fimage.png?alt=media&amp;token=985d9818-e346-429b-a737-e153d02817e9" alt=""><figcaption></figcaption></figure>

### ① 更改密码

用于修改账号密码。

设置方式如下：

* 输入目前密码。
* 输入新密码。
* 再次确认新密码。

{% hint style="warning" %}

#### 提醒

若使用 Google 账号登录，此设置仅会变更 AICAN Pro 的登录密码，不会变更 Google 账号密码。
{% endhint %}

***

### ② 其他登录方式

目前支持绑定 Google 账号作为登录方式。

完成绑定后，即可直接通过 Google 账号登录系统。

***

### ③ 二次验证

<figure><img src="https://1803103725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZhW9aC5slsir7NDlNkR3%2Fuploads%2FfqcIakKaGqwgMSEgqyVl%2Fimage.png?alt=media&amp;token=e1113e7d-5e5c-44c1-9c10-73452d7818ff" alt=""><figcaption></figcaption></figure>

开启后，系统会于登录阶段要求输入动态验证码，以提高账号安全性。

系统支持绑定验证器应用程序（Authenticator App），即使设备未连接网络，也能完成身份验证。

<figure><img src="https://1803103725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZhW9aC5slsir7NDlNkR3%2Fuploads%2FZY34HqlW9NtohrMAH2Bg%2Fimage.png?alt=media&amp;token=61ccbe70-898b-475a-929d-a8b6eabded05" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}

#### 提醒

* 开启二次验证后，输入账号与密码后，系统会要求进行身份验证；未完成验证时，将无法登录系统。
* AICAN Pro 采用 Google 官方授权机制，因此使用 Google 登录时，会于 Google 登录阶段完成验证，无须再次进行验证。
* 如需重新绑定验证器，请先删除旧装置中的验证信息，再重新完成绑定流程。
* Google 验证器绑定完成后，必须登录后台才能解除绑定或重新设置。
* 重新绑定时，请先删除旧设备中的验证记录，再重新完成绑定流程。
  {% endhint %}

***

#### 下一步

完成个人资料与安全设置后，您可以继续查看「团队切换」相关说明。

***


---

# 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://aican.gitbook.io/aican/aican-system/account/profile/security.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.
