> For the complete documentation index, see [llms.txt](https://help.ppgg.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ppgg.in/docs/password-manager/your-vault/security-tools/change-at-risk-passwords.md).

# 更改存在风险的密码

{% hint style="success" %}
对应的[官方文档地址](https://bitwarden.com/help/change-at-risk-passwords/)
{% endhint %}

Bitwarden 会在您的密码库中显示**审查并更改存在风险的密码**，或在已打开的登录项目的密码字段下方显示**存在风险的密码**或**立即更改**标签，提示您更新弱密码、重复使用的密码或已暴露的密码。更换存在风险的密码可以增强您的整体安全性，并降低账户被入侵的风险。

此通知的出现有以下两个原因：

* 作为组织成员，管理团队识别出了弱密码、重复使用的密码或已暴露的密码，然后要求您更新。您可能还会收到电子邮件通知。该横幅会出现在浏览器扩展的**密码库**视图中，您可能还会收到关于存在风险密码的电子邮件：

<div data-with-frame="true"><figure><img src="https://bitwarden.com/assets/2N1WqXBUVvutN9qQR73WbQ/ad56aeac00234010b56e1cc74a4ba542/2025-04-25_13-08-23.png?w=980&#x26;fm=avif" alt=""><figcaption><p>更改存在风险的密码</p></figcaption></figure></div>

* 作为高级版用户，Bitwarden 通过[密码库健康报告](/docs/password-manager/your-vault/security-tools/vault-health-reports.md)自动识别出您的密码库中的弱密码、重复使用的密码或已暴露的密码。当您在浏览器扩展、桌面 App 和网页 App 中打开**查看登录**页面时，会显示此通知。

在浏览器扩展中，点击此横幅并使用**更改**按钮，以将每个存在风险的密码更新为更强的新密码。或者，在每个被标记的登录项目中选择**立即更改**按钮。大多数情况下，浏览器扩展会直接跳转到该服务的密码修改页面。请记住：

* 您必须在网站的「更改密码」表单中以及在 Bitwarden 密码库中同时更改此密码。
* 您应该使用[密码生成器](/docs/password-manager/your-vault/security-tools/generator.md#liu-lan-qi-kuo-zhan)创建一个强大且唯一的新密码。


---

# 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.ppgg.in/docs/password-manager/your-vault/security-tools/change-at-risk-passwords.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.
