[PR #6726] [MERGED] hide password hints via CSS #7469

Closed
opened 2026-03-07 21:18:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: hide-password-hint


📝 Commits (1)

  • 2b44f04 hide 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.

## 📋 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>
GiteaMirror added the pull-request label 2026-03-07 21:18:07 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7469