🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dani-garcia/vaultwarden/pull/6726
**Author:** [@stefan0xC](https://github.com/stefan0xC)
**Created:** 1/16/2026
**Status:** ✅ Merged
**Merged:** 1/18/2026
**Merged by:** [@BlackDex](https://github.com/BlackDex)
**Base:** `main` ← **Head:** `hide-password-hint`
---
### 📝 Commits (1)
- [`2b44f04`](https://github.com/dani-garcia/vaultwarden/commit/2b44f043f2055f93d64b2ab729b566a67b1d8cd0) hide password hints via CSS
### 📊 Changes
**2 files changed** (+15 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `src/api/web.rs` (+2 -1)
📝 `src/static/templates/scss/vaultwarden.scss.hbs` (+13 -0)
</details>
### 📄 Description
implements the suggestion to hide password hints https://github.com/dani-garcia/vaultwarden/discussions/6719 without requiring the new patched web-vault v2025.12.2 https://github.com/vaultwarden/vw_web_builds/pull/23 (while this is probably not backwards compatible for older web-vault versions due to the css being position dependent it should work at least with v2025.12.1).
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6726
Author: @stefan0xC
Created: 1/16/2026
Status: ✅ Merged
Merged: 1/18/2026
Merged by: @BlackDex
Base:
main← Head:hide-password-hint📝 Commits (1)
2b44f04hide password hints via CSS📊 Changes
2 files changed (+15 additions, -1 deletions)
View changed files
📝
src/api/web.rs(+2 -1)📝
src/static/templates/scss/vaultwarden.scss.hbs(+13 -0)📄 Description
implements the suggestion to hide password hints https://github.com/dani-garcia/vaultwarden/discussions/6719 without requiring the new patched web-vault v2025.12.2 https://github.com/vaultwarden/vw_web_builds/pull/23 (while this is probably not backwards compatible for older web-vault versions due to the css being position dependent it should work at least with v2025.12.1).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.